Update document-start.js to only run for docs.google.com (#1964)
* Update document-start.js to only run for docs.google.com * Update manifest
This commit is contained in:
parent
c364714c81
commit
247c929bba
@ -67,9 +67,8 @@
|
|||||||
{
|
{
|
||||||
"run_at": "document_start",
|
"run_at": "document_start",
|
||||||
"matches": [
|
"matches": [
|
||||||
"http://*/*",
|
"http://docs.google.com/*",
|
||||||
"https://*/*",
|
"https://docs.google.com/*"
|
||||||
"file://*/*"
|
|
||||||
],
|
],
|
||||||
"match_about_blank": true,
|
"match_about_blank": true,
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
|
@ -66,9 +66,8 @@
|
|||||||
{
|
{
|
||||||
"run_at": "document_start",
|
"run_at": "document_start",
|
||||||
"matches": [
|
"matches": [
|
||||||
"http://*/*",
|
"http://docs.google.com/*",
|
||||||
"https://*/*",
|
"https://docs.google.com/*"
|
||||||
"file://*/*"
|
|
||||||
],
|
],
|
||||||
"match_about_blank": true,
|
"match_about_blank": true,
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user