Thin_promotions_on_Twitter_or_Google.

Thin promotions on Twitter or Google.

Thin_promotions_on_Twitter_or_Google.คืออะไร?

Thin_promotions_on_Twitter_or_Google. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ikura.tokyo และคุณลักษณะหลักของมันคือ "Thin promotions on Twitter or Google."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thin_promotions_on_Twitter_or_Google.

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

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

                        広告(Twitter,Google)を薄めて目立たなくします。

広告が紛らわしいですよね。
そこで、この拡張機能は広告を薄くします。

広告を非表示(ブロック)することも技術的には可能です。
それでは企業様の収入が途絶えてしまうため、薄めるぐらいが良いかと考え、開発しました。                    

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

ชื่อ Thin_promotions_on_Twitter_or_Google. Thin_promotions_on_Twitter_or_Google.
ID beojijiacaejjhocjmehhjbemjambhpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thinpromotionsontwitteror/beojijiacaejjhocjmehhjbemjambhpf
คำอธิบาย Thin promotions on Twitter or Google.
ขนาดไฟล์ 40.02 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2020-09-04
วันที่เผยแพร่ 2020-06-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ikura.tokyo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ikura.tokyo/
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.9",
    "description": "__MSG_extDesc__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "contentScripts.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/google.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/google.co.jp\/*",
                "https:\/\/*.google.co.jp\/*"
            ],
            "css": [
                "style_google.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "38": "icon38.png",
        "19": "icon19.png",
        "16": "icon16.png"
    }
}