Kill Twitter

Gets rid of Twitter news feed.

Co je Kill Twitter?

Kill Twitter je rozšíření Chrome vyvinuté Nabeel Qureshi, a jeho hlavní funkcí je „Gets rid of Twitter news feed.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Kill Twitter

Stáhněte si soubory rozšíření Kill Twitter 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í

                        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.                    

Základní Informace o Rozšíření

Název Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
Oficiální URL https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
Popis Gets rid of Twitter news feed.
Velikost souboru 61.34 KB
Počet instalací 48
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-03-28
Datum Vydání 2018-03-28
Hodnocení 3.67/5 Celkem 6 Hodnocení
Vývojář Nabeel Qureshi
Typ Platby free
Podporované Jazyky 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
}