Skip to content

chrome.managment API (for extensions) doesn't work properly.#110

Open
ghost wants to merge 10000 commits intonwjs:nw27from
iridium-browser:master
Open

chrome.managment API (for extensions) doesn't work properly.#110
ghost wants to merge 10000 commits intonwjs:nw27from
iridium-browser:master

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Jul 1, 2018

  • I'm not sure if this is the right place to submit a bug report for Iridium Browser, put it's where I keep getting redirected to so I'm gonna file it here anyway.

After trying to figure out why this extension managing extension works on Chromium, but not in Iridium, I found the chrome.manament API to be the issue.

The litmus test I've been using is chrome.management.getAll((extensions) => { console.log(extensions); });. If you run this in the Inspect Popup Console of the aforementioned extension in Chromium, you will get an array of all the extensions you have installed logged in the console. Example. In Iridium, you just get an empty array.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.