AdBlock Pause

AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.

Qu'est-ce que AdBlock Pause ?

AdBlock Pause est une extension Chrome développée par https://inpixelform.com, et sa fonction principale est "AdBlock Pause temporarily disables your ad blocking extensions and reloads the current page with one-click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AdBlock Pause

Téléchargez les fichiers d'extension AdBlock Pause au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AdBlock Pause AdBlock Pause
ID efdkabkphejkfofpkomojjddpbfaddhm
URL Officiel 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.
Taille du Fichier 7.59 KB
Nombre d'Installations 9,444
Version Actuelle 1.2
Dernière Mise à Jour 2020-10-30
Date de Publication 2018-01-15
Évaluation 3.52/5 Total 21 Évaluations
Développeur https://inpixelform.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/DavidChan
Langues Prises en Charge 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"
    ]
}