We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb76fa6 commit daab951Copy full SHA for daab951
background.js
@@ -159,7 +159,7 @@ chrome.webNavigation.onCompleted.addListener(
159
// injectModules(details.tabId, "webNavigation.onCompleted"); // Commented out
160
}
161
},
162
- { url: [{ schemes: ['http','https'] }] }
+ { url: [{ schemes: ['https'] }] }
163
);
164
165
// 3) Message listener for updates, popup requests, AND scroll requests
manifest.json
@@ -9,7 +9,6 @@
9
"webNavigation"
10
],
11
"host_permissions": [
12
- "http://*/*",
13
"https://*/*"
14
15
"content_security_policy": {
@@ -37,7 +36,6 @@
37
36
"content_scripts": [
38
{
39
"matches": [
40
41
42
43
"js": [
0 commit comments