Twitter demusked: Remove analytics view count

Declutter your twitter, remove analytics count

Twitter demusked: Remove analytics view countคืออะไร?

Twitter demusked: Remove analytics view count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Superimposed Apps และคุณลักษณะหลักของมันคือ "Declutter your twitter, remove analytics count"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter demusked: Remove analytics view count

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

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

                        Removes the X logo & view count from the Twitter web UI                    

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

ชื่อ Twitter demusked: Remove analytics view count Twitter demusked: Remove analytics view count
ID jmkaeeijenkfgmnookmblbonldnhgnci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-demusked-remove-a/jmkaeeijenkfgmnookmblbonldnhgnci
คำอธิบาย Declutter your twitter, remove analytics count
ขนาดไฟล์ 219 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-07-25
วันที่เผยแพร่ 2022-12-25
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Superimposed Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter demusked: Remove analytics view count",
    "description": "Declutter your twitter, remove analytics count",
    "version": "1.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "twitter.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}