Kill Twitter

Gets rid of Twitter news feed.

Co to jest Kill Twitter?

Kill Twitter to rozszerzenie Chrome opracowane przez Nabeel Qureshi, a jego główną funkcją jest „Gets rid of Twitter news feed.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Kill Twitter

Pobierz pliki rozszerzeń Kill Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
Oficjalny URL https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
Opis Gets rid of Twitter news feed.
Rozmiar pliku 61.34 KB
Liczba instalacji 48
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-03-28
Data Publikacji 2018-03-28
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper Nabeel Qureshi
Typ Płatności free
Obsługiwane Języki 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
}