Remove Twitter Views

Remove Views button from Twitter

Remove Twitter Viewsคืออะไร?

Remove Twitter Views เป็นส่วนขยายของ Chrome ที่พัฒนาโดย igorhaagrod และคุณลักษณะหลักของมันคือ "Remove Views button from Twitter"

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

screenshot

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

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

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

                        After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.                    

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

ชื่อ Remove Twitter Views Remove Twitter Views
ID nebfimpiljmmgfgaiaponfmcopndjkpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg
คำอธิบาย Remove Views button from Twitter
ขนาดไฟล์ 7.8 KB
จำนวนการติดตั้ง 171
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-12-25
วันที่เผยแพร่ 2022-12-25
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา igorhaagrod
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove Views button from Twitter",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "remove-views.html",
        "default_icon": "icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}