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.

Wat is Unusual Whales Twitter Bot Blocker?

Unusual Whales Twitter Bot Blocker is een Chrome-extensie ontwikkeld door https://unusualwhales.com, en de belangrijkste functie is "This extension will try to block all the bots on a tweet for you if you click the block button.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Unusual Whales Twitter Bot Blocker

Download Unusual Whales Twitter Bot Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
Officiële URL https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
Beschrijving This extension will try to block all the bots on a tweet for you if you click the block button.
Bestandsgrootte 50.03 KB
Aantal Installaties 648
Huidige Versie 0.1
Laatst Bijgewerkt 2022-09-14
Publicatiedatum 2022-09-14
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://unusualwhales.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://unusualwhales.com/tools
Help Pagina-URL https://unusualwhales.com
Ondersteunde Talen 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"
    }
}