Twitter Enhancer

Enhance your Twitter frontend! Remove useless adds, and view only useful things.

Twitter Enhancerคืออะไร?

Twitter Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vortezz และคุณลักษณะหลักของมันคือ "Enhance your Twitter frontend! Remove useless adds, and view only useful things."

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

screenshot

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

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

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

                        Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come!                    

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

ชื่อ Twitter Enhancer Twitter Enhancer
ID beggifbkibbbfhhncigpacihnmcnfagg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg
คำอธิบาย Enhance your Twitter frontend! Remove useless adds, and view only useful things.
ขนาดไฟล์ 26.17 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-12-25
วันที่เผยแพร่ 2022-12-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Vortezz
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://vortezz.dev/terms
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Enhancer",
    "description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.",
    "version": "1.0",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}