Twitter UnHooked

Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.

Co to jest Twitter UnHooked?

Twitter UnHooked to rozszerzenie Chrome opracowane przez Pamela Fox, a jego główną funkcją jest „Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter UnHooked

Pobierz pliki rozszerzeń Twitter UnHooked 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

                        This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
Oficjalny URL https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
Opis Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
Rozmiar pliku 4.22 KB
Liczba instalacji 213
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2022-08-11
Data Publikacji 2018-06-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Pamela Fox
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/pamelafox/twitter-unhooked
Adres URL Strony Pomocy https://github.com/pamelafox/twitter-unhooked/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UnHooked",
    "version": "0.7",
    "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}