diff options
| -rw-r--r-- | manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index f1206bd8..9a4e0167 100644 --- a/manifest.json +++ b/manifest.json @@ -48,7 +48,8 @@ { "matches": ["file:///", "file:///*/"], "css": ["content_scripts/file_urls.css"], - "run_at": "document_start" + "run_at": "document_start", + "all_frames": true } ], "browser_action": { |
