Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

Hide Twitter views.คืออะไร?

Hide Twitter views. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย charies และคุณลักษณะหลักของมันคือ "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets."

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

screenshot

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

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

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

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

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

ชื่อ Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
คำอธิบาย Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
ขนาดไฟล์ 15.58 KB
จำนวนการติดตั้ง 253
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-12-27
วันที่เผยแพร่ 2022-12-27
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา charies
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter views.",
    "version": "1.0",
    "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}