Twitter Blue Verified Removal

Remove paid verified Twitter checkmarks.

Twitter Blue Verified Removalคืออะไร?

Twitter Blue Verified Removal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zeeuwed001 และคุณลักษณะหลักของมันคือ "Remove paid verified Twitter checkmarks."

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

screenshot
screenshot

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

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

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

                        Only removes paid Twitter checkmarks.                    

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

ชื่อ Twitter Blue Verified Removal Twitter Blue Verified Removal
ID okfkcgdchhdlhekohmidnidgmonlpjed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-blue-verified-rem/okfkcgdchhdlhekohmidnidgmonlpjed
คำอธิบาย Remove paid verified Twitter checkmarks.
ขนาดไฟล์ 34.74 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2022-11-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา zeeuwed001
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Blue Verified Removal",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Remove paid verified Twitter checkmarks.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "action": []
}