My Ad Blocker

My Ad Blocker helps you to automatically block advertisements.

My Ad Blockerとは何ですか?

My Ad Blockerはhttps://yifanai.comによって開発されたChromeの拡張機能で、その主な機能は「My Ad Blocker helps you to automatically block advertisements.」です。

拡張機能のスクリーンショット

screenshot
screenshot

My Ad Blocker拡張機能のCRXファイルをダウンロード

My Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        My Ad Blocker helps you to automatically block ads. I am gradually adding URLs of ad providers in to the block list.                    

拡張機能の基本情報

名前 My Ad Blocker My Ad Blocker
ID gnlkfpaeandjfnimoafcncngbkoaccfl
公式URL https://chromewebstore.google.com/detail/my-ad-blocker/gnlkfpaeandjfnimoafcncngbkoaccfl
説明 My Ad Blocker helps you to automatically block advertisements.
ファイルサイズ 8.77 KB
インストール数 164
現在のバージョン 0.1.0
最終更新日 2020-11-27
公開日 2020-11-25
開発者 https://yifanai.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://yifanai.com
ヘルプページのURL https://yifanai.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Ad Blocker",
    "version": "0.1.0",
    "description": "My Ad Blocker helps you to automatically block advertisements.",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "author": "Yifan Ai",
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "homepage_url": "https:\/\/www.yifanai.com\/"
}