Kill Twitter

Gets rid of Twitter news feed.

Wat is Kill Twitter?

Kill Twitter is een Chrome-extensie ontwikkeld door Nabeel Qureshi, en de belangrijkste functie is "Gets rid of Twitter news feed.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kill Twitter

Download Kill Twitter-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

                        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.                    

Basisinformatie over de Extensie

Naam Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
Officiële URL https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
Beschrijving Gets rid of Twitter news feed.
Bestandsgrootte 61.34 KB
Aantal Installaties 48
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-03-28
Publicatiedatum 2018-03-28
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Nabeel Qureshi
Betalingswijze free
Ondersteunde Talen 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
}