Kill Twitter

Gets rid of Twitter news feed.

What is Kill Twitter?

Kill Twitter is a Chrome extension developed by Nabeel Qureshi, and its main feature is "Gets rid of Twitter news feed.".

Extension Screenshots

screenshot
screenshot

Download Kill Twitter Extension CRX File

Download Kill Twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
Official URL https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
Description Gets rid of Twitter news feed.
File Size 61.34 KB
Installation Count 48
Current Version 1.0.0
Last Updated 2018-03-28
Publish Date 2018-03-28
Rating 3.67/5 Total 6 Ratings
Developer Nabeel Qureshi
Payment Type free
Supported Languages 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
}