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.

Hvad er Unusual Whales Twitter Bot Blocker?

Unusual Whales Twitter Bot Blocker er en Chrome-udvidelse udviklet af https://unusualwhales.com, og dens hovedfunktion er "This extension will try to block all the bots on a tweet for you if you click the block button.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Unusual Whales Twitter Bot Blocker-udvidelses-CRX-fil

Download Unusual Whales Twitter Bot Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
Officiel URL https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
Beskrivelse This extension will try to block all the bots on a tweet for you if you click the block button.
Filstørrelse 50.03 KB
Antal Installationer 648
Nuværende Version 0.1
Senest Opdateret 2022-09-14
Udgivelsesdato 2022-09-14
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://unusualwhales.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://unusualwhales.com/tools
Hjælpeside-URL https://unusualwhales.com
Understøttede Sprog 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"
    }
}