Issue metadata
Sign in to add a comment
|
Content script not loading in page |
||||||||||||||||||||||
Issue descriptionWhen loading a content script on https://go-review.googlesource.com, the js in content.js is not injected. + Chrome version 64.0.3282.186 and 66.0.3359.0 on macOS + I loaded the extension using "load unpacked extension" + It shows up in the extensions list without trouble and displays the appropriate permissions ("Read and change your data on all googlesource.com sites") + When reloading go-review.googlesource.com, it does not show in the Content Scripts tab of the Sources section of DevTools (screenshot attached) + I tried this on both my corp and personal profiles. Neither worked. manifest: { "manifest_version": 2, "name": "Content script", "description": "Description", "version": "0.0.1", "content_scripts": [ { "matches": ["*://*.googlesource.com/*"], "js": ["content.js"] } ] } content.js: console.info('This should appear in the console');
,
Mar 2 2018
If you haven't seen it, please check out go/extension-identification. We're working on UX changes to better surface this to users & developers.
,
Mar 5 2018
Great. That solved my issue. Thank you very much :) |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by lazyboy@chromium.org
, Mar 2 2018