BlockAll - block ads
AdBlocker - Blocks annoying ads with individual rules for popular sites
什么是BlockAll - block ads?
BlockAll - block ads是由blockall1904开发的Chrome扩展程序,该扩展的主要功能是“AdBlocker - Blocks annoying ads with individual rules for popular sites”。
扩展截图
下载BlockAll - block ads扩展crx文件
下载BlockAll - block ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BlockAll will protect you from all types of ads. An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser. *Easy to use *On going updates *Fast and secure *Blocking all type of ads for any question you have, feel free to email us at [email protected]
扩展基本信息
名称 | |
ID | jbbpjeecholbhpbicnogbcfoaejengla |
官方URL | https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla |
简介 | AdBlocker - Blocks annoying ads with individual rules for popular sites |
文件大小 | 12.35 KB |
安装次数 | 6,416 |
当前版本 | 1.0.1 |
更新时间 | 2022-05-05 |
上架时间 | 2022-05-05 |
评分 | 4.20/5 共5次评分 |
开发者 | blockall1904 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://blockall.net |
帮助页面URL | https://blockall.net |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BlockAll - block ads", "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites", "version": "1.0.1", "manifest_version": 3, "icons": { "16": ".\/images\/icon-16x16.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "background": { "service_worker": ".\/background.js" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |