Twitter UnHooked

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

Cos'è Twitter UnHooked?

Twitter UnHooked è un'estensione di Chrome sviluppata da Pamela Fox, e la sua funzione principale è "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter UnHooked

Scarica i file di estensione Twitter UnHooked in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
URL Ufficiale https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
Descrizione Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
Dimensione del File 4.22 KB
Conteggio Installazioni 213
Versione Corrente 0.7
Ultimo Aggiornamento 2022-08-11
Data di Pubblicazione 2018-06-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Pamela Fox
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pamelafox/twitter-unhooked
URL della Pagina di Aiuto https://github.com/pamelafox/twitter-unhooked/issues
Lingue Supportate 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
}