Twitter UnHooked

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

Wat is Twitter UnHooked?

Twitter UnHooked is een Chrome-extensie ontwikkeld door Pamela Fox, en de belangrijkste functie is "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter UnHooked

Download Twitter UnHooked-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
Officiële URL https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
Beschrijving Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
Bestandsgrootte 4.22 KB
Aantal Installaties 213
Huidige Versie 0.7
Laatst Bijgewerkt 2022-08-11
Publicatiedatum 2018-06-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Pamela Fox
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pamelafox/twitter-unhooked
Help Pagina-URL https://github.com/pamelafox/twitter-unhooked/issues
Ondersteunde Talen 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
}