Twitter Promotion Blocker

Twitterのタイムライン上のプロモーションを非表示にする

Twitter Promotion Blockerคืออะไร?

Twitter Promotion Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย loach และคุณลักษณะหลักของมันคือ "Twitterのタイムライン上のプロモーションを非表示にする"

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

screenshot

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

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

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

                        Hide promotions on the Twitter timeline                    

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

ชื่อ Twitter Promotion Blocker Twitter Promotion Blocker
ID lkihdcghldecfaijmejlddmgkljlfdgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb
คำอธิบาย Twitterのタイムライン上のプロモーションを非表示にする
ขนาดไฟล์ 6.21 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-09-13
วันที่เผยแพร่ 2020-09-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา loach
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Promotion Blocker",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}