Thin_promotions_on_Twitter_or_Google.

Thin promotions on Twitter or Google.

什麼是Thin_promotions_on_Twitter_or_Google.?

Thin_promotions_on_Twitter_or_Google.是由https://ikura.tokyo開發的Chrome擴展程式,該擴展的主要功能是“Thin promotions on Twitter or Google.”。

擴展截圖

screenshot

下載Thin_promotions_on_Twitter_or_Google.擴展crx文件

下載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
官方網址 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"
    }
}