Twitter Timeline Eradicator
Get rid of your Twitter addiction
Co je Twitter Timeline Eradicator?
Twitter Timeline Eradicator je rozšíření Chrome vyvinuté Grant Gumina, a jeho hlavní funkcí je „Get rid of your Twitter addiction“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Timeline Eradicator
Stáhněte si soubory rozšíření Twitter Timeline Eradicator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | jkdloljnomnhbkifgmiobaaajfemiccm |
Oficiální URL | https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm |
Popis | Get rid of your Twitter addiction |
Velikost souboru | 82.83 KB |
Počet instalací | 47 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2017-10-31 |
Datum Vydání | 2017-10-31 |
Hodnocení | 1.43/5 Celkem 7 Hodnocení |
Vývojář | Grant Gumina |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/grantgumina/twitter-timeline-eradicator |
URL Stránky Nápovědy | https://github.com/grantgumina/twitter-timeline-eradicator |
Podporované Jazyky | 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" } } |