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
官方網址 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
電子郵箱 [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\/"
}