Alert Control

Control browser alert windows. Block by default or on specific websites.

Qu'est-ce que Alert Control ?

Alert Control est une extension Chrome développée par https://alertcontrol.s13.us, et sa fonction principale est "Control browser alert windows. Block by default or on specific websites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Alert Control

Téléchargez les fichiers d'extension Alert Control 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

                        Stop the browser alert dialogs from taking over the tab!

Configure to block all alerts or filter by site. View blocked alerts by clicking the icon. Can now block confirm and prompt dialogs as well.

Questions? Contact me at [email protected]                    

Informations de Base sur l'Extension

Nom Alert Control Alert Control
ID ofjjanaennfbgpccfpbghnmblpdblbef
URL Officiel https://chromewebstore.google.com/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef
Description Control browser alert windows. Block by default or on specific websites.
Taille du Fichier 48.04 KB
Nombre d'Installations 20,000
Version Actuelle 1.3
Dernière Mise à Jour 2018-06-20
Date de Publication 2018-06-20
Évaluation 3.46/5 Total 177 Évaluations
Développeur https://alertcontrol.s13.us
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alert Control",
    "version": "1.3",
    "description": "Control browser alert windows. Block by default or on specific websites.",
    "manifest_version": 2,
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/chrp.js",
            "js\/bg.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "js": [
                "js\/alerts.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": "\/img\/pageaction.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}