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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Unusual Whales Twitter Bot Blocker

قم بتنزيل ملفات الامتداد Unusual Whales Twitter Bot Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}