AdBlock Pause
AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.
Was ist AdBlock Pause?
AdBlock Pause ist eine Chrome-Erweiterung, die von https://inpixelform.com entwickelt wurde, und ihr Hauptmerkmal ist "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.".
Erweiterungsscreenshots
AdBlock Pause-Erweiterungs-CRX-Datei herunterladen
Laden Sie AdBlock Pause-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | efdkabkphejkfofpkomojjddpbfaddhm |
| Offizielle URL | https://chromewebstore.google.com/detail/adblock-pause/efdkabkphejkfofpkomojjddpbfaddhm |
| Beschreibung | AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click. |
| Dateigröße | 7.59 KB |
| Installationsanzahl | 9,444 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2020-10-30 |
| Veröffentlichungsdatum | 2018-01-15 |
| Bewertung | 3.52/5 Insgesamt 21 Bewertungen |
| Entwickler | https://inpixelform.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://twitter.com/DavidChan |
| Unterstützte Sprachen | 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"
]
} | |