Alert Control

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

Cos'è Alert Control?

Alert Control è un'estensione di Chrome sviluppata da https://alertcontrol.s13.us, e la sua funzione principale è "Control browser alert windows. Block by default or on specific websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Alert Control

Scarica i file di estensione Alert Control in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Alert Control Alert Control
ID ofjjanaennfbgpccfpbghnmblpdblbef
URL Ufficiale https://chromewebstore.google.com/detail/alert-control/ofjjanaennfbgpccfpbghnmblpdblbef
Descrizione Control browser alert windows. Block by default or on specific websites.
Dimensione del File 48.04 KB
Conteggio Installazioni 20,000
Versione Corrente 1.3
Ultimo Aggiornamento 2018-06-20
Data di Pubblicazione 2018-06-20
Valutazione 3.46/5 Totale 177 Valutazioni
Sviluppatore https://alertcontrol.s13.us
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}