Hide Twitter views.

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

Qu'est-ce que Hide Twitter views. ?

Hide Twitter views. est une extension Chrome développée par charies, et sa fonction principale est "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hide Twitter views.

Téléchargez les fichiers d'extension Hide Twitter views. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
URL Officiel https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
Description Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Taille du Fichier 15.58 KB
Nombre d'Installations 253
Version Actuelle 1.0
Dernière Mise à Jour 2022-12-27
Date de Publication 2022-12-27
Évaluation 5.00/5 Total 5 Évaluations
Développeur charies
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}