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.

Was ist Unusual Whales Twitter Bot Blocker?

Unusual Whales Twitter Bot Blocker ist eine Chrome-Erweiterung, die von https://unusualwhales.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension will try to block all the bots on a tweet for you if you click the block button.".

Erweiterungsscreenshots

screenshot
screenshot

Unusual Whales Twitter Bot Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Unusual Whales Twitter Bot Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
Offizielle URL https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
Beschreibung This extension will try to block all the bots on a tweet for you if you click the block button.
Dateigröße 50.03 KB
Installationsanzahl 648
Aktuelle Version 0.1
Letztes Update 2022-09-14
Veröffentlichungsdatum 2022-09-14
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://unusualwhales.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://unusualwhales.com/tools
Hilfeseite URL https://unusualwhales.com
Unterstützte Sprachen 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"
    }
}