AdBlock Pause
AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.
Vad är AdBlock Pause?
AdBlock Pause är en Chrome-tillägg utvecklad av https://inpixelform.com, och dess huvudfunktion är "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.".
Tilläggsskärmbilder
Ladda ner AdBlock Pause-förlängningens CRX-fil
Ladda ner AdBlock Pause-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | efdkabkphejkfofpkomojjddpbfaddhm |
| Officiell webbadress | https://chromewebstore.google.com/detail/adblock-pause/efdkabkphejkfofpkomojjddpbfaddhm |
| Beskrivning | AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click. |
| Filstorlek | 7.59 KB |
| Antal Installationer | 9,444 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2020-10-30 |
| Publiceringsdatum | 2018-01-15 |
| Betyg | 3.52/5 Totalt 21 Betyg |
| Utvecklare | https://inpixelform.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://twitter.com/DavidChan |
| Stödda Språk | 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"
]
} | |