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.

Unusual Whales Twitter Bot Blocker क्या है?

Unusual Whales Twitter Bot Blocker https://unusualwhales.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will try to block all the bots on a tweet for you if you click the block button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unusual Whales Twitter Bot Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Unusual Whales Twitter Bot Blocker Unusual Whales Twitter Bot Blocker
ID cidgofjocgnlgggmkpolamglcagbojnf
आधिकारिक URL https://chromewebstore.google.com/detail/unusual-whales-twitter-bo/cidgofjocgnlgggmkpolamglcagbojnf
विवरण This extension will try to block all the bots on a tweet for you if you click the block button.
फ़ाइल का आकार 50.03 KB
स्थापना संख्या 648
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-09-14
प्रकाशन तिथि 2022-09-14
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://unusualwhales.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://unusualwhales.com/tools
सहायता पृष्ठ URL https://unusualwhales.com
समर्थित भाषाएँ 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"
    }
}