chromium.src
chromium.src copied to clipboard
chrome.managment API (for extensions) doesn't work properly.
- 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.