AdBlock Pause
AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.
Wat is AdBlock Pause?
AdBlock Pause is een Chrome-extensie ontwikkeld door https://inpixelform.com, en de belangrijkste functie is "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.".
Extensie Screenshots
Download het CRX-bestand van de extensie AdBlock Pause
Download AdBlock Pause-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AdBlock Pause |
ID | efdkabkphejkfofpkomojjddpbfaddhm |
Officiële URL | https://chromewebstore.google.com/detail/adblock-pause/efdkabkphejkfofpkomojjddpbfaddhm |
Beschrijving | AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click. |
Bestandsgrootte | 7.59 KB |
Aantal Installaties | 9,444 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-10-30 |
Publicatiedatum | 2018-01-15 |
Beoordeling | 3.52/5 Totaal 21 Beoordelingen |
Ontwikkelaar | https://inpixelform.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/DavidChan |
Ondersteunde Talen | 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" ] } |