From 63e4adf4fbb6d63289b9cfd3e3bbbe0decf2a1ce Mon Sep 17 00:00:00 2001 From: Nick Barry Date: Mon, 11 Mar 2019 14:29:19 -0600 Subject: [PATCH] activate for all frames --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index 5776938..0a22dda 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,6 +11,7 @@ "*://netflix.com/*", "*://www.netflix.com/*" ], + "all_frames": true, "js": ["content_script.js"], "run_at": "document_start" }],