Twitter Enhancer
Enhance your Twitter frontend! Remove useless adds, and view only useful things.
Co je Twitter Enhancer?
Twitter Enhancer je rozšíření Chrome vyvinuté Vortezz, a jeho hlavní funkcí je „Enhance your Twitter frontend! Remove useless adds, and view only useful things.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Enhancer
Stáhněte si soubory rozšíření Twitter Enhancer 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í
Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come!
Základní Informace o Rozšíření
Název | Twitter Enhancer |
ID | beggifbkibbbfhhncigpacihnmcnfagg |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg |
Popis | Enhance your Twitter frontend! Remove useless adds, and view only useful things. |
Velikost souboru | 26.17 KB |
Počet instalací | 12 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-12-25 |
Datum Vydání | 2022-12-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Vortezz |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://vortezz.dev/terms |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter Enhancer", "description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.", "version": "1.0", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |