AdBlock Pause
AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.
什么是AdBlock Pause?
AdBlock Pause是由https://inpixelform.com开发的Chrome扩展程序,该扩展的主要功能是“AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.”。
扩展截图
下载AdBlock Pause扩展crx文件
下载AdBlock Pause扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AdBlock Pause allows you to access websites which gate-keep content from visitors using an adblocker. The extension temporarily disables your ad blocker and reloads the current page with a single click.
扩展基本信息
名称 | AdBlock Pause |
ID | efdkabkphejkfofpkomojjddpbfaddhm |
官方URL | https://chromewebstore.google.com/detail/adblock-pause/efdkabkphejkfofpkomojjddpbfaddhm |
简介 | AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click. |
文件大小 | 7.59 KB |
安装次数 | 9,444 |
当前版本 | 1.2 |
更新时间 | 2020-10-30 |
上架时间 | 2018-01-15 |
评分 | 3.52/5 共21次评分 |
开发者 | https://inpixelform.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://twitter.com/DavidChan |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdBlock Pause", "version": "1.2", "manifest_version": 2, "description": "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_title": "Pause ad blocking extensions", "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "management" ] } |