Disable Twitter Feed
Removes the timeline on Twitter's homepage.
Wat is Disable Twitter Feed?
Disable Twitter Feed is een Chrome-extensie ontwikkeld door https://lukasrosenstock.net, en de belangrijkste functie is "Removes the timeline on Twitter's homepage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable Twitter Feed
Download Disable Twitter Feed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Disable Twitter Feed |
ID | oppnglmfkpdfodnepgilhcagbbdojekd |
Officiële URL | https://chromewebstore.google.com/detail/disable-twitter-feed/oppnglmfkpdfodnepgilhcagbbdojekd |
Beschrijving | Removes the timeline on Twitter's homepage. |
Bestandsgrootte | 8 KB |
Aantal Installaties | 388 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-12-04 |
Publicatiedatum | 2020-12-03 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://lukasrosenstock.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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]" } } |