You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+---------+--------+----------+
| version | build | platform |
+---------+--------+----------+
| 15.4.1 | 24E263 | darwin |
+---------+--------+----------+
What version of osquery are you using?
5.16.0
What steps did you take to reproduce the issue?
select browser_type, name, state FROM chrome_extensions WHERE name like 'uBlock%';
+--------------+--------------------+-------+
| browser_type | name | state |
+--------------+--------------------+-------+
| chrome | uBlock Origin Lite | |
| chrome | uBlock Origin | |
| brave | uBlock Origin Lite | |
| brave | uBlock Origin | |
| edge | uBlock Origin Lite | |
| edge | uBlock Origin | |
| edge | uBlock Origin Lite | |
| opera | uBlock Origin | 1 |
| vivaldi | uBlock Origin Lite | 1 |
| vivaldi | uBlock Origin | 1 |
| arc | uBlock Origin Lite | 1 |
| arc | uBlock Origin | 1 |
+--------------+--------------------+-------+
as I upgraded to the latest version of chrome, brave and edge this week the state column is now ''
What did you expect to see?
the state column should be 0 or 1
What did you see instead?
On the latest version of these browsers state is now ''
The text was updated successfully, but these errors were encountered:
rhuddleston
changed the title
with the latest chrome_extensions state column is no longer working
with the latest browser versions, chrome_extensions state column is no longer working
May 5, 2025
I dug into this in the Chrome Preference file and see that "state": 1 no longer exits for these extensions, but if I disabled an extension "disable_reasons" appears e.g. "disable_reasons": [1]
Bug report
What operating system and version are you using?
+---------+--------+----------+
| version | build | platform |
+---------+--------+----------+
| 15.4.1 | 24E263 | darwin |
+---------+--------+----------+
What version of osquery are you using?
5.16.0
What steps did you take to reproduce the issue?
select browser_type, name, state FROM chrome_extensions WHERE name like 'uBlock%';
+--------------+--------------------+-------+
| browser_type | name | state |
+--------------+--------------------+-------+
| chrome | uBlock Origin Lite | |
| chrome | uBlock Origin | |
| brave | uBlock Origin Lite | |
| brave | uBlock Origin | |
| edge | uBlock Origin Lite | |
| edge | uBlock Origin | |
| edge | uBlock Origin Lite | |
| opera | uBlock Origin | 1 |
| vivaldi | uBlock Origin Lite | 1 |
| vivaldi | uBlock Origin | 1 |
| arc | uBlock Origin Lite | 1 |
| arc | uBlock Origin | 1 |
+--------------+--------------------+-------+
as I upgraded to the latest version of chrome, brave and edge this week the state column is now ''
What did you expect to see?
the state column should be 0 or 1
What did you see instead?
On the latest version of these browsers state is now ''
The text was updated successfully, but these errors were encountered: