From c3daec938f2849685d171cef3824c9bc50727713 Mon Sep 17 00:00:00 2001 From: morizkay Date: Sat, 2 Apr 2022 20:57:34 +0800 Subject: [PATCH] Add support to mobile twitter, and change description --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 9f108a1..ce2130f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,11 +2,11 @@ "content_scripts": [ { "css": ["silent-tweeps.css"], - "matches": ["https://twitter.com/*"], + "matches": ["https://twitter.com/*", "https://mobile.twitter.com/*"], "run_at": "document_start" } ], - "description": "Silent Tweeps is an chromium's browser based extension to make you can't retweet or like tweets from other users. (More features will be added soon)", + "description": "Browser extension to disable some Twitter's features, currently makes you: \n- Can't tweet \n- Can't retweet \n- Can't like", "manifest_version": 3, "name": "Silent Tweeps", "version": "1.0"