Twitter Blue Banisher

Hide tweets from blue checks

Twitter Blue Banisherคืออะไร?

Twitter Blue Banisher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bee.dev.stuff และคุณลักษณะหลักของมันคือ "Hide tweets from blue checks"

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

screenshot
screenshot

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

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

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

                        Creates a button that gives you the option to hide all the (bad) replies from Twitter Blue subscribers.

Super lightweight DOM modification extension. Free to use, none of your data will ever be collected.

Note: Requires user to be logged in to Twitter for use.                    

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

ชื่อ Twitter Blue Banisher Twitter Blue Banisher
ID dencdohfadgmbjmgappgkfggkbjfhecm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-blue-banisher/dencdohfadgmbjmgappgkfggkbjfhecm
คำอธิบาย Hide tweets from blue checks
ขนาดไฟล์ 21.1 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-04-30
วันที่เผยแพร่ 2023-04-26
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา bee.dev.stuff
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Blue Banisher",
    "description": "Hide tweets from blue checks",
    "manifest_version": 3,
    "version": "1.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "banish_64.png"
    },
    "icons": {
        "16": "banish_16.png",
        "32": "banish_32.png",
        "48": "banish_64.png",
        "128": "banish_128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}