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.

Cos'è Unusual Whales Twitter Bot Blocker?

Unusual Whales Twitter Bot Blocker è un'estensione di Chrome sviluppata da https://unusualwhales.com, e la sua funzione principale è "This extension will try to block all the bots on a tweet for you if you click the block button.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Unusual Whales Twitter Bot Blocker

Scarica i file di estensione Unusual Whales Twitter Bot Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
URL Ufficiale https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
Descrizione This extension will try to block all the bots on a tweet for you if you click the block button.
Dimensione del File 50.03 KB
Conteggio Installazioni 648
Versione Corrente 0.1
Ultimo Aggiornamento 2022-09-14
Data di Pubblicazione 2022-09-14
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://unusualwhales.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://unusualwhales.com/tools
URL della Pagina di Aiuto https://unusualwhales.com
Lingue Supportate 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"
    }
}