From ccdafa7277167e7e293fdacd1b08a4340910412a Mon Sep 17 00:00:00 2001 From: dthung1602 Date: Sun, 15 May 2022 23:17:51 +0700 Subject: [PATCH] Add new facebook host --- manifest-v2.json | 3 ++- manifest-v3.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest-v2.json b/manifest-v2.json index b644a32..67705b9 100644 --- a/manifest-v2.json +++ b/manifest-v2.json @@ -29,7 +29,8 @@ "content_scripts": [ { "matches": [ - "https://www.facebook.com/*" + "https://www.facebook.com/*", + "https://web.facebook.com/*" ], "js": [ "vendor/browser-polyfill.min.js", diff --git a/manifest-v3.json b/manifest-v3.json index 98476e4..96d2fc1 100644 --- a/manifest-v3.json +++ b/manifest-v3.json @@ -29,6 +29,7 @@ "content_scripts": [ { "matches": [ + "https://web.facebook.com/*", "https://www.facebook.com/*" ], "js": [