Remove Twitter Blue

Remove twitter blue check and AD's from the Twitter

Remove Twitter Blueคืออะไร?

Remove Twitter Blue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome_senpai และคุณลักษณะหลักของมันคือ "Remove twitter blue check and AD's from the Twitter"

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

screenshot

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

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

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

                        Tired of seeing those blue verification checks on, so called, verified accounts? Look no further! Remove Twitter blue is a powerful Chrome extension that allows you to reclaim your Twitter browsing experience by removing the blue verification checks from "verified accounts".

- Remove Twitter blue
- Remove Verification promotions
- Removes Ads  

Say goodbye to the clutter and enjoy a cleaner timeline or feed.                    

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

ชื่อ Remove Twitter Blue Remove Twitter Blue
ID fejdkekkojodpjapdjibmflheghechbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-twitter-blue/fejdkekkojodpjapdjibmflheghechbi
คำอธิบาย Remove twitter blue check and AD's from the Twitter
ขนาดไฟล์ 98.03 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-06-18
วันที่เผยแพร่ 2023-05-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา chrome_senpai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Blue",
    "version": "1.1",
    "description": "Remove twitter blue check and AD's from the Twitter",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "override.css"
            ],
            "js": [
                "override.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/twitter.png",
        "32": "images\/twitter.png",
        "48": "images\/twitter.png",
        "128": "images\/twitter.png"
    },
    "action": {
        "default_icon": "images\/twitter.png"
    }
}