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
电子邮箱 [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\/"
}