Easy Adblocker

Easy Adblocker that's blocks any ads

什么是Easy Adblocker?

Easy Adblocker是由A开发的Chrome扩展程序,该扩展的主要功能是“Easy Adblocker that's blocks any ads”。

扩展截图

screenshot

下载Easy Adblocker扩展crx文件

下载Easy Adblocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easy Adblocker that's blocks any ads

Every time you need to search a thing just click me and then your done

simply add the extension, and you will see the extension pop out right up corner

Privacy and Policy
https://sites.google.com/view/privacyandpolicy1/home                    

扩展基本信息

名称 Easy Adblocker Easy Adblocker
ID hgdgmfppbjbphfcpglhdiojcdmlelbjk
官方URL https://chrome.google.com/webstore/detail/easy-adblocker/hgdgmfppbjbphfcpglhdiojcdmlelbjk
简介 Easy Adblocker that's blocks any ads
文件大小 9.42 KB
安装次数 94
当前版本 1.0
更新时间 2021-08-30
上架时间 2021-08-30
评分 5.00/5 共7次评分
开发者 A
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/privacyandpolicy1/home
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Adblocker",
    "version": "1.0",
    "description": "Easy Adblocker that's blocks any ads",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/16x.png",
        "48": "images\/48x.png",
        "128": "images\/128x.png"
    },
    "manifest_version": 2
}