Kill Twitter
Gets rid of Twitter news feed.
Cos'è Kill Twitter?
Kill Twitter è un'estensione di Chrome sviluppata da Nabeel Qureshi, e la sua funzione principale è "Gets rid of Twitter news feed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kill Twitter
Scarica i file di estensione Kill Twitter 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
I wrote this extension to stop myself from wasting time on Twitter. It worked. The extension kills the news feed and adds a message telling you to go do some work. It also removes the "Moments" tab, but keeps your notifications and messages tabs. No more wasting time on Twitter. No more getting distracted when you log on to send a message. It's that simple.
Informazioni di Base sull'Estensione
Nome | Kill Twitter |
ID | ndblfolgapkbmjgfodhcpfpekoelkhln |
URL Ufficiale | https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln |
Descrizione | Gets rid of Twitter news feed. |
Dimensione del File | 61.34 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-03-28 |
Data di Pubblicazione | 2018-03-28 |
Valutazione | 3.67/5 Totale 6 Valutazioni |
Sviluppatore | Nabeel Qureshi |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kill Twitter", "version": "1.0.0", "description": "Gets rid of Twitter news feed.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "jquery.min.js", "kill_twitter.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |