AdBlock Pause
AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.
What is AdBlock Pause?
AdBlock Pause is a Chrome extension developed by https://inpixelform.com, and its main feature is "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.".
Extension Screenshots
Download AdBlock Pause Extension CRX File
Download AdBlock Pause extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AdBlock Pause |
ID | efdkabkphejkfofpkomojjddpbfaddhm |
Official URL | https://chromewebstore.google.com/detail/adblock-pause/efdkabkphejkfofpkomojjddpbfaddhm |
Description | AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click. |
File Size | 7.59 KB |
Installation Count | 9,444 |
Current Version | 1.2 |
Last Updated | 2020-10-30 |
Publish Date | 2018-01-15 |
Rating | 3.52/5 Total 21 Ratings |
Developer | https://inpixelform.com |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/DavidChan |
Supported Languages | 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" ] } |