Remove Blue Check Users and Twitter Ads

Free tool to make Twitter a better place.

Qu'est-ce que Remove Blue Check Users and Twitter Ads ?

Remove Blue Check Users and Twitter Ads est une extension Chrome développée par Richard Miller, et sa fonction principale est "Free tool to make Twitter a better place.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Blue Check Users and Twitter Ads

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

                        Twitter is increasingly becoming a difficult place to navigate, with a mix of verified blue check users, unverified people that paid $8 to get a blue check, and accounts impersonating other accounts, due to Twitter's failed verification process.

This app solves all of these problems by hiding all tweets from blue checked accounts. It also hides all ads and promoted tweets so that you can enjoy a social network with normal people, rather than advertisers, paid accounts, celebrities, and impersonated celebrities.                    

Informations de Base sur l'Extension

Nom Remove Blue Check Users and Twitter Ads Remove Blue Check Users and Twitter Ads
ID jojdeobknljcmmmgpcgbanaeomajkiio
URL Officiel https://chrome.google.com/webstore/detail/remove-blue-check-users-a/jojdeobknljcmmmgpcgbanaeomajkiio
Description Free tool to make Twitter a better place.
Taille du Fichier 12.39 KB
Nombre d'Installations 141
Version Actuelle 1.0
Dernière Mise à Jour 2022-11-09
Date de Publication 2022-11-09
Évaluation 1.00/5 Total 1 Évaluations
Développeur Richard Miller
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Blue Check Users and Twitter Ads",
    "short_name": "Hide Blue Checks Users",
    "description": "Free tool to make Twitter a better place.",
    "version": "1.0",
    "action": {
        "default_icon": "remove-blue-checks-48.png",
        "default_title": "Blue Check Remover"
    },
    "icons": {
        "16": "remove-blue-checks-16.png",
        "48": "remove-blue-checks-48.png",
        "128": "remove-blue-checks-128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}