Alert Control

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

Wat is Alert Control?

Alert Control is een Chrome-extensie ontwikkeld door https://alertcontrol.s13.us, en de belangrijkste functie is "Control browser alert windows. Block by default or on specific websites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Alert Control

Download Alert Control-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

                        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]                    

Basisinformatie over de Extensie

Naam Alert Control Alert Control
ID ofjjanaennfbgpccfpbghnmblpdblbef
Officiële URL https://chromewebstore.google.com/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef
Beschrijving Control browser alert windows. Block by default or on specific websites.
Bestandsgrootte 48.04 KB
Aantal Installaties 20,000
Huidige Versie 1.3
Laatst Bijgewerkt 2018-06-20
Publicatiedatum 2018-06-20
Beoordeling 3.46/5 Totaal 177 Beoordelingen
Ontwikkelaar https://alertcontrol.s13.us
Betalingswijze free
Ondersteunde Talen 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"
    ]
}