Make Twitter Square Again
It's hip to be square.
Cos'è Make Twitter Square Again?
Make Twitter Square Again è un'estensione di Chrome sviluppata da Taylor, e la sua funzione principale è "It's hip to be square.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Make Twitter Square Again
Scarica i file di estensione Make Twitter Square Again 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
Make Twitter Square Again! Don't like the new Twitter design? Nor do we. Download our extension to restore Twitter back to it's former glory.
Informazioni di Base sull'Estensione
Nome | |
ID | keiobocclhlchklcfmngllhlbbgfbkpa |
URL Ufficiale | https://chrome.google.com/webstore/detail/make-twitter-square-again/keiobocclhlchklcfmngllhlbbgfbkpa |
Descrizione | It's hip to be square. |
Dimensione del File | 6.59 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2017-06-16 |
Data di Pubblicazione | 2017-06-16 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Taylor |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make Twitter Square Again", "version": "0.1.4", "description": "It's hip to be square.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "120": "icon120.png" } } |