Hide Twitter Views

Hides twitter view count on tweets

Hide Twitter Viewsคืออะไร?

Hide Twitter Views เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lilemmsart และคุณลักษณะหลักของมันคือ "Hides twitter view count on tweets"

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

screenshot

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

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

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

                        Do you not want to see the twitter views analytics button on twitter? This extension removes all references to the view analytics button to return twitter to a more streamlined experience                    

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

ชื่อ Hide Twitter Views Hide Twitter Views
ID odmckobgdffcoepiflciodiockcgkkki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-twitter-views/odmckobgdffcoepiflciodiockcgkkki
คำอธิบาย Hides twitter view count on tweets
ขนาดไฟล์ 3.21 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-12-26
วันที่เผยแพร่ 2022-12-26
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา lilemmsart
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/d8d700b0-6045-48b9-b193-8cee1be367e2
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Views",
    "description": "Hides twitter view count on tweets",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "hide.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}