Disable Twitter Feed
Removes the timeline on Twitter's homepage.
Cos'è Disable Twitter Feed?
Disable Twitter Feed è un'estensione di Chrome sviluppata da https://lukasrosenstock.net, e la sua funzione principale è "Removes the timeline on Twitter's homepage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disable Twitter Feed
Scarica i file di estensione Disable Twitter Feed 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
The Twitter timeline can be a rabbit-hole that hurts your productivity. Disable Twitter Feed is a minimalist, single-purpose add-on without any configuration options. It does one thing: removing the timeline on Twitter's homepage. All other functionality (e.g., private messages, opening individual profiles) remains intact.
Informazioni di Base sull'Estensione
Nome | Disable Twitter Feed |
ID | oppnglmfkpdfodnepgilhcagbbdojekd |
URL Ufficiale | https://chromewebstore.google.com/detail/disable-twitter-feed/oppnglmfkpdfodnepgilhcagbbdojekd |
Descrizione | Removes the timeline on Twitter's homepage. |
Dimensione del File | 8 KB |
Conteggio Installazioni | 388 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-12-04 |
Data di Pubblicazione | 2020-12-03 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://lukasrosenstock.net |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disable Twitter Feed", "version": "1.0", "description": "Removes the timeline on Twitter's homepage.", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "disablefeed.js" ], "run_at": "document_start" } ], "icons": { "48": "icon.png", "96": "[email protected]" } } |