Quitter Blue

Don't pay $8. Use Quitter Blue to retain your verified status. In fact, give it to everyone! Who's a bot and who's not?

Quitter Blueคืออะไร?

Quitter Blue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย y0nder Inc. และคุณลักษณะหลักของมันคือ "Don't pay $8. Use Quitter Blue to retain your verified status. In fact, give it to everyone! Who's a bot and who's not?"

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

screenshot

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

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

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

                        “$20 a month to keep my blue check?” horror novelist Stephen King told his 6.8 million followers. “F— that, they should pay me. If that gets instituted, I’m gone like Enron.”

Twitter states the blue Verified badge on their platform lets people know that an account of public interest is authentic. Prior to the Elon era of Twitter, to receive the blue badge, your account must be "authentic, notable, and active".

Certain accounts are ineligible for the blue badge, regardless of satisfying the above requirements including: Parody, newsfeed, commentary, unofficial fan accounts, pets, fictional characters, and many more.

Just days after becoming the newly minted CEO of Twitter, Elon floated changes to Twitter’s system for verifying user accounts, including charging $8 per month for the privilege (via Twitter Blue). What wasn't clear was whether currently verified Twitter users will lose their blue checkmark if they don’t pay $7.99 per month. This upset many folks.

And some of the loudest backlash came from a group that arguably gripes about Twitter the most while using it avidly: journalists and other media personalities, many of whom say they are not inclined to pay.

Enter 'Quitter Blue'! If you or anyone decides to give up their verified badges rather than pay - no problem! Simply enable Quitter Blue through Google Chrome and everyone on Twitter magically becomes verified: Bots, your grandma, pets, fictional characters, and many more!                    

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

ชื่อ Quitter Blue Quitter Blue
ID dkikdllgmpjfkjkkecglonacjeniedaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quitter-blue/dkikdllgmpjfkjkkecglonacjeniedaf
คำอธิบาย Don't pay $8. Use Quitter Blue to retain your verified status. In fact, give it to everyone! Who's a bot and who's not?
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-11-09
วันที่เผยแพร่ 2022-11-08
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา y0nder Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.y0nder.com
URL หน้านโยบายความเป็นส่วนตัว https://www.y0nder.com/quitterblue-privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Quitter Blue",
    "description": "Don't pay $8. Use Quitter Blue to retain your verified status. In fact, give it to everyone! Who's a bot and who's not?",
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "match_about_blank": true,
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}