Hide Blue Checks
Hide tweets from accounts with blue checkmarks.
Co je Hide Blue Checks?
Hide Blue Checks je rozšíření Chrome vyvinuté Ian Webster, a jeho hlavní funkcí je „Hide tweets from accounts with blue checkmarks.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Hide Blue Checks
Stáhněte si soubory rozšíření Hide Blue Checks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension hides tweets from accounts with Blue "Verified" Checkmarks.
Základní Informace o Rozšíření
Název | Hide Blue Checks |
ID | ahghnnmomjbgbfmmeiafbilhjlloaooc |
Oficiální URL | https://chromewebstore.google.com/detail/hide-blue-checks/ahghnnmomjbgbfmmeiafbilhjlloaooc |
Popis | Hide tweets from accounts with blue checkmarks. |
Velikost souboru | 17.17 KB |
Počet instalací | 121 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2022-11-10 |
Datum Vydání | 2022-11-07 |
Hodnocení | 4.50/5 Celkem 4 Hodnocení |
Vývojář | Ian Webster |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/typpo/hide-blue-checks |
URL Stránky Nápovědy | https://github.com/typpo/hide-blue-checks/issues/new |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Blue Checks", "version": "0.0.1", "description": "Hide tweets from accounts with blue checkmarks.", "homepage_url": "https:\/\/github.com\/typpo\/hide-blue-checks", "manifest_version": 3, "minimum_chrome_version": "100", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "100.0" } }, "icons": { "128": "icon.3998fbaf.png" }, "permissions": [], "host_permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "content.b1d20040.js" ], "run_at": "document_end", "css": [] } ] } |