Twitter広告プロモーションを非表示にする

Twitter にて広告プロモーションを非表示にする拡張です。

Twitter広告プロモーションを非表示にするคืออะไร?

Twitter広告プロモーションを非表示にする เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ryu4979 และคุณลักษณะหลักของมันคือ "Twitter にて広告プロモーションを非表示にする拡張です。"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter広告プロモーションを非表示にする

ดาวน์โหลดไฟล์ส่วนขยาย Twitter広告プロモーションを非表示にする ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        この拡張を導入すると自動的に Twitter広告プロモーションが非表示になります。
広告ブロックアプリ等は使いたくないけど、Twitterをやっている最中は広告を消したい時にお使いください。

開発者: Ant2357
連絡先(Twitter): https://twitter.com/ant2357
連絡先(Gmail): [email protected]                    

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

ชื่อ Twitter広告プロモーションを非表示にする Twitter広告プロモーションを非表示にする
ID gnhehbgfhmdppncpopfddfidaoccoich
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter%E5%BA%83%E5%91%8A%E3%83%97%E3%83%AD%E3%83%A2%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%92%E9%9D%9E%E8%A1%A8%E7%A4%BA%E3%81%AB%E3%81%99%E3%82%8B/gnhehbgfhmdppncpopfddfidaoccoich
คำอธิบาย Twitter にて広告プロモーションを非表示にする拡張です。
ขนาดไฟล์ 12.01 KB
จำนวนการติดตั้ง 1,158
เวอร์ชันปัจจุบัน 2.1.0.0
อัปเดตครั้งล่าสุด 2023-11-09
วันที่เผยแพร่ 2023-01-23
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ryu4979
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Ant2357/block-twitter-promotion
URL หน้าช่วยเหลือ https://twitter.com/ant2357
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter\u5e83\u544a\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
    "version": "2.1.0.0",
    "description": "Twitter \u306b\u3066\u5e83\u544a\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u62e1\u5f35\u3067\u3059\u3002",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "blockPromotion.css"
            ]
        }
    ]
}