BlockTheBlue

Blocks all Twitter Blue Paying users on twitter.com

BlockTheBlueคืออะไร?

BlockTheBlue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anthony.garreau.44 และคุณลักษณะหลักของมันคือ "Blocks all Twitter Blue Paying users on twitter.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlockTheBlue

ดาวน์โหลดไฟล์ส่วนขยาย BlockTheBlue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing "BlockTheBlue" - the Chrome extension that puts the fun back into your Twitter experience! Tired of seeing those pesky Twitter Blue users dominating your timeline? Say no more! With our delightful extension, you can now wave goodbye to Twitter Blue chaos and enjoy a pure, unblemished Twitter feed.

"BlockTheBlue" works its magic by automatically blocking Twitter Blue users, ensuring that their posts vanish from your timeline faster than you can say "tweet." But wait, there's more! We understand that some of your favorite accounts might have joined the Twitter Blue brigade, so we've got your back. With our nifty extension, you can whitelist the Twitter Blue users you already follow, so you won't miss out on their tweets.

Oh, and did we mention our soft spot for legacy verified users? We know they hold a special place in your heart, so we made sure our extension steers clear of blocking them. After all, they're Twitter royalty, and we wouldn't want to dethrone them, would we?

So why wait? Install "BlockTheBlue" now and reclaim your Twitter timeline! We're all about keeping things lighthearted and fun, because, let's face it, we just can't handle those Twitter Blue users anymore. It's time to make Twitter great again, one tweet at a time!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BlockTheBlue BlockTheBlue
ID cfokgoihldaobhpjmilmmbfegfckpejj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blocktheblue/cfokgoihldaobhpjmilmmbfegfckpejj
คำอธิบาย Blocks all Twitter Blue Paying users on twitter.com
ขนาดไฟล์ 5.38 MB
จำนวนการติดตั้ง 522
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-25
วันที่เผยแพร่ 2023-04-25
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา anthony.garreau.44
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BlockTheBlue",
    "version": "1.0",
    "description": "Blocks all Twitter Blue Paying users on twitter.com",
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chrome\/script.js",
                "shared.js",
                "inject.js",
                "legacy-verified-users.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "chrome\/popup.html",
        "default_icon": "assets\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "chrome\/main.js"
            ]
        }
    ]
}