From 237f248179eb5b212b823fab6d94aa43365b4d2a Mon Sep 17 00:00:00 2001 From: Daniel Mar Date: Mon, 4 Nov 2024 03:16:22 -0800 Subject: [PATCH] Enable content script execution in iframes --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e56e828..a83b862 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,8 @@ "content_scripts": [ { "matches": [""], - "js": ["content-script.js"] + "js": ["content-script.js"], + "all_frames": true } ], "options_ui": {