From b4377513aebec4a7b5961064082bfe6529157a39 Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:41:20 +0900 Subject: [PATCH] Meta fix --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8624855..376c79d 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,8 @@ { "run_at":"document_start", "matches":[""], - "js": ["content.js"] + "js": ["content.js"], + "all_frames": true } ], "browser_action": {