Twitterアナリティクス非表示

Twitterアナリティクス非表示

Twitterアナリティクス非表示คืออะไร?

Twitterアナリティクス非表示 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kysk และคุณลักษณะหลักของมันคือ "Twitterアナリティクス非表示"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitterアナリティクス非表示

ดาวน์โหลดไฟล์ส่วนขยาย Twitterアナリティクス非表示 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Twitterアナリティクスの数字を非表示にする拡張機能です。                    

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

ชื่อ Twitterアナリティクス非表示 Twitterアナリティクス非表示
ID pcmnplinobfhahpdhacoajjeejnjfcac
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter%E3%82%A2%E3%83%8A%E3%83%AA%E3%83%86%E3%82%A3%E3%82%AF%E3%82%B9%E9%9D%9E%E8%A1%A8%E7%A4%BA/pcmnplinobfhahpdhacoajjeejnjfcac
คำอธิบาย Twitterアナリティクス非表示
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-12-26
วันที่เผยแพร่ 2022-12-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา kysk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter\u30a2\u30ca\u30ea\u30c6\u30a3\u30af\u30b9\u975e\u8868\u793a",
    "version": "1.1",
    "description": "Twitter\u30a2\u30ca\u30ea\u30c6\u30a3\u30af\u30b9\u975e\u8868\u793a",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Twitter\u30a2\u30ca\u30ea\u30c6\u30a3\u30af\u30b9\u975e\u8868\u793a"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ]
}