Unusual Whales Twitter Bot Blocker

This extension will try to block all the bots on a tweet for you if you click the block button.

Qu'est-ce que Unusual Whales Twitter Bot Blocker ?

Unusual Whales Twitter Bot Blocker est une extension Chrome développée par https://unusualwhales.com, et sa fonction principale est "This extension will try to block all the bots on a tweet for you if you click the block button.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Unusual Whales Twitter Bot Blocker

Téléchargez les fichiers d'extension Unusual Whales Twitter Bot Blocker 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 bots are out of control. This extension grabs finds bots and hides their replies on your own tweets, assuming you click the "block bot" button.

It only works for your own profile and your own tweets. It hides all suspicious bot replies and blocks the user.

Be careful, it may block unnecessary users.                    

Informations de Base sur l'Extension

Nom Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
URL Officiel https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
Description This extension will try to block all the bots on a tweet for you if you click the block button.
Taille du Fichier 50.03 KB
Nombre d'Installations 648
Version Actuelle 0.1
Dernière Mise à Jour 2022-09-14
Date de Publication 2022-09-14
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://unusualwhales.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://unusualwhales.com/tools
URL de la Page d'Aide https://unusualwhales.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Unusual Whales Twitter Bot Blocker",
    "description": "This extension will try to block all the bots on a tweet for you if you click the block button.",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Unusual Whales Unusually Blocking",
        "default_popup": "popup.html"
    }
}