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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}