Kill Twitter

Gets rid of Twitter news feed.

Kill Twitter क्या है?

Kill Twitter Nabeel Qureshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gets rid of Twitter news feed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kill Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
आधिकारिक URL https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
विवरण Gets rid of Twitter news feed.
फ़ाइल का आकार 61.34 KB
स्थापना संख्या 48
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-03-28
प्रकाशन तिथि 2018-03-28
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर Nabeel Qureshi
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}