Remove Twitter Views

Remove the Views button from Twitter

Qu'est-ce que Remove Twitter Views ?

Remove Twitter Views est une extension Chrome développée par Kabaj, et sa fonction principale est "Remove the Views button from Twitter".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Twitter Views

Téléchargez les fichiers d'extension Remove 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

                        Removes the new "Views" button from Twitter


It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions.
Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views                    

Informations de Base sur l'Extension

Nom Remove Twitter Views Remove Twitter Views
ID flcjnidfibjigabnihmblehlkkeiganp
URL Officiel https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp
Description Remove the Views button from Twitter
Taille du Fichier 8.51 KB
Nombre d'Installations 92
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-01-17
Date de Publication 2022-12-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur Kabaj
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": "Remove Twitter Views",
    "description": "Remove the Views button from Twitter",
    "version": "1.2.2",
    "author": "Kabaj",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}