AdBlock Detector Bypass
Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
什么是AdBlock Detector Bypass?
AdBlock Detector Bypass是由Sacred Summit Studio开发的Chrome扩展程序,该扩展的主要功能是“Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected”。
扩展截图
下载AdBlock Detector Bypass扩展crx文件
下载AdBlock Detector Bypass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When an adblock detection popup appears simply click on the extension icon to remove the popup.
扩展基本信息
名称 | AdBlock Detector Bypass |
ID | acjlefdefjkldgcimnfkehgbnpjekedo |
官方URL | https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo |
简介 | Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected |
文件大小 | 20.74 KB |
安装次数 | 13,352 |
当前版本 | 1.0 |
更新时间 | 2020-10-16 |
上架时间 | 2020-10-16 |
评分 | 4.00/5 共50次评分 |
开发者 | Sacred Summit Studio |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://sacredsummitstudio.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdBlock Detector Bypass", "version": "1.0", "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "assets\/abdb.logo.16.png", "48": "assets\/abdb.logo.48.png", "128": "assets\/abdb.logo.128.png" }, "browser_action": { "default_icon": "assets\/abdb.logo.16.png" }, "manifest_version": 2 } |