GoodTwitter Beta
Forces your browser to use old twitter.
Cos'è GoodTwitter Beta?
GoodTwitter Beta è un'estensione di Chrome sviluppata da Zusor, e la sua funzione principale è "Forces your browser to use old twitter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoodTwitter Beta
Scarica i file di estensione GoodTwitter Beta 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 IS THE BETA VERSION OF GOODTWITTER
This is a version of GoodTwitter that contains some bugfixes that might be unstable. If you want to try this version UNINSTALL REGULAR GOODTWITTER FIRST!
This Add-on brings back old twitter by changing the user agent of all your browsers requests to the one of an older browser
For troubleshooting go here https://github.com/ZusorCode/GoodTwitterChrome/blob/master/troubleshooting.md
This project is open-source: github.com/ZusorCode/GoodTwitterChrome
Want to support me? ko-fi.com/zusordev
Built by Zusor inspired by super raging about the redesign Informazioni di Base sull'Estensione
| Nome | |
| ID | ehjbcokpmfbmpjlldihlcbkoakikcomd |
| URL Ufficiale | https://chromewebstore.google.com/detail/goodtwitter-beta/ehjbcokpmfbmpjlldihlcbkoakikcomd |
| Descrizione | Forces your browser to use old twitter. |
| Dimensione del File | 11.19 KB |
| Conteggio Installazioni | 670 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2019-10-12 |
| Data di Pubblicazione | 2019-10-12 |
| Valutazione | 4.38/5 Totale 8 Valutazioni |
| Sviluppatore | Zusor |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GoodTwitter Beta",
"version": "1.0",
"description": "Forces your browser to use old twitter.",
"manifest_version": 2,
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*.twitter.com\/",
"browsingData",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "popup\/info.html"
},
"icons": {
"128": "128.png"
}
} | |