Twitter Feature Switch Enabler
Enables *all* hidden Twitter feature switches.
Co je Twitter Feature Switch Enabler?
Twitter Feature Switch Enabler je rozšíření Chrome vyvinuté https://uwueviee.live, a jeho hlavní funkcí je „Enables *all* hidden Twitter feature switches.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Feature Switch Enabler
Stáhněte si soubory rozšíření Twitter Feature Switch Enabler 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 for Chrome/Chromium enables all of the possible feature switches on React Twitter and I do mean *all*. I recommend adding the following switches to options (Click the extension's icon) to disable them: explore_relaunch_enabled media_minimal_image_crop_enabled An updated list of recommend disabled switches are on the extension's site.
Základní Informace o Rozšíření
Název | Twitter Feature Switch Enabler |
ID | cgkljhejjanbhnggknpkcmoheioaohja |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-feature-switch-en/cgkljhejjanbhnggknpkcmoheioaohja |
Popis | Enables *all* hidden Twitter feature switches. |
Velikost souboru | 1.19 MB |
Počet instalací | 12 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2021-11-20 |
Datum Vydání | 2021-11-20 |
Vývojář | https://uwueviee.live |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://uwueviee.live/tfse |
URL Stránky Nápovědy | https://twitter.com/uwueviee |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Feature Switch Enabler", "version": "2.0", "manifest_version": 2, "description": "Enables *all* hidden Twitter feature switches.", "homepage_url": "https:\/\/uwueviee.live\/tfse\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "storage", "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "js": [ "js\/content.js" ] } ], "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "browser_action": { "default_title": "TFSE", "default_popup": "popup.html" } } |