It seems that Chrome authors silently removed the ability to add content scripts to chrome-extension: pages. The documentation still says that it works and even contains examples with the chrome-extension: schema, but in reality it does not work. So, now only http: https: and ftp: work "from the window", and file: can work if the user of your extension enabled this on the Extensions page (chrome: // extensions /).
Update: now the updated documentation has been updated and does not say anything about the ability to add content scripts to chrome-extension: pages.
Konstantin smolyanin
source share