Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

Wat is Hide Twitter views.?

Hide Twitter views. is een Chrome-extensie ontwikkeld door charies, en de belangrijkste functie is "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Twitter views.

Download Hide Twitter views.-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

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

Basisinformatie over de Extensie

Naam Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
Officiële URL https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
Beschrijving Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Bestandsgrootte 15.58 KB
Aantal Installaties 253
Huidige Versie 1.0
Laatst Bijgewerkt 2022-12-27
Publicatiedatum 2022-12-27
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar charies
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter views.",
    "version": "1.0",
    "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}