Twitter View Hider

Automatically hide view counts of tweets in your timeline

Twitter View Hiderคืออะไร?

Twitter View Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adrien Minne และคุณลักษณะหลักของมันคือ "Automatically hide view counts of tweets in your timeline"

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

screenshot

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

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

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

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

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

ชื่อ Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
คำอธิบาย Automatically hide view counts of tweets in your timeline
ขนาดไฟล์ 11.32 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-12-25
วันที่เผยแพร่ 2022-12-25
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Adrien Minne
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}