Twitter Feature Switch Enabler
Enables *all* hidden Twitter feature switches.
Cos'è Twitter Feature Switch Enabler?
Twitter Feature Switch Enabler è un'estensione di Chrome sviluppata da https://uwueviee.live, e la sua funzione principale è "Enables *all* hidden Twitter feature switches.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Feature Switch Enabler
Scarica i file di estensione Twitter Feature Switch Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | cgkljhejjanbhnggknpkcmoheioaohja |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitter-feature-switch-en/cgkljhejjanbhnggknpkcmoheioaohja |
| Descrizione | Enables *all* hidden Twitter feature switches. |
| Dimensione del File | 1.19 MB |
| Conteggio Installazioni | 12 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2021-11-20 |
| Data di Pubblicazione | 2021-11-20 |
| Sviluppatore | https://uwueviee.live |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://uwueviee.live/tfse |
| URL della Pagina di Aiuto | https://twitter.com/uwueviee |
| Lingue Supportate | 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"
}
} | |