diff --git a/extension/src/manifest.json b/extension/src/manifest.json index f238e8d5..bad2d4a5 100755 --- a/extension/src/manifest.json +++ b/extension/src/manifest.json @@ -28,7 +28,7 @@ "content_scripts": [ { "matches": [""], - "exclude_globs": ["*://killergerbah.github.io/asbplayer*", "*://localhost/*"], + "exclude_globs": ["*://killergerbah.github.io/asbplayer*", "*://localhost:3000/*"], "js": ["video.js"], "css": ["video.css"], "all_frames": true, @@ -36,7 +36,7 @@ }, { "matches": [""], - "exclude_globs": ["*://killergerbah.github.io/asbplayer*", "*://localhost/*"], + "exclude_globs": ["*://killergerbah.github.io/asbplayer*", "*://localhost:3000/*"], "js": ["page.js"], "all_frames": true, "run_at": "document_start"