Twitter Timeline Eradicator
Get rid of your Twitter addiction
Wat is Twitter Timeline Eradicator?
Twitter Timeline Eradicator is een Chrome-extensie ontwikkeld door Grant Gumina, en de belangrijkste functie is "Get rid of your Twitter addiction".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Timeline Eradicator
Download Twitter Timeline Eradicator-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
Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.
Basisinformatie over de Extensie
Naam | |
ID | jkdloljnomnhbkifgmiobaaajfemiccm |
Officiële URL | https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm |
Beschrijving | Get rid of your Twitter addiction |
Bestandsgrootte | 82.83 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2017-10-31 |
Publicatiedatum | 2017-10-31 |
Beoordeling | 1.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Grant Gumina |
Betalingswijze | free |
Extensiewebsite | https://github.com/grantgumina/twitter-timeline-eradicator |
Help Pagina-URL | https://github.com/grantgumina/twitter-timeline-eradicator |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitter Timeline Eradicator", "short_name": "Twitter Timeline Eradicator", "version": "0.0.2", "description": "Get rid of your Twitter addiction", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_start", "css": [ "css\/eradicate.css" ] }, { "matches": [ "*:\/\/*.twitter.com\/*" ], "run_at": "document_end", "js": [ "js\/content.js" ], "css": [ "css\/quote.css" ] } ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |