Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Qu'est-ce que Remove Twitter Blue ?

Remove Twitter Blue est une extension Chrome développée par chrome_senpai, et sa fonction principale est "Remove twitter blue check and AD's from the Twitter".

Captures d'Écran de l'Extension

screenshot

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

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

                        Tired of seeing those blue verification checks on, so called, verified accounts? Look no further! Remove Twitter blue is a powerful Chrome extension that allows you to reclaim your Twitter browsing experience by removing the blue verification checks from "verified accounts".

- Remove Twitter blue
- Remove Verification promotions
- Removes Ads  

Say goodbye to the clutter and enjoy a cleaner timeline or feed.                    

Informations de Base sur l'Extension

Nom Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
URL Officiel https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
Description Remove twitter blue check and AD's from the Twitter
Taille du Fichier 98.03 KB
Nombre d'Installations 163
Version Actuelle 1.1
Dernière Mise à Jour 2023-06-18
Date de Publication 2023-05-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur chrome_senpai
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Blue",
    "version": "1.1",
    "description": "Remove twitter blue check and AD's from the Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/twitter.png",
        "32": "images\/twitter.png",
        "48": "images\/twitter.png",
        "128": "images\/twitter.png"
    },
    "action": {
        "default_icon": "images\/twitter.png"
    }
}