Error Shatter

Notifies you of JavaScript errors by making a crack noise and cracking the screen

Cos'è Error Shatter?

Error Shatter è un'estensione di Chrome sviluppata da kr0mex, e la sua funzione principale è "Notifies you of JavaScript errors by making a crack noise and cracking the screen".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Error Shatter

Scarica i file di estensione Error Shatter 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

                        Notifies you of JavaScript errors by making a crack noise and cracking the screen                    

Informazioni di Base sull'Estensione

Nome Error Shatter Error Shatter
ID kfhbncpneonghiecgplhgdkfkfiddjde
URL Ufficiale https://chrome.google.com/webstore/detail/kfhbncpneonghiecgplhgdkfkfiddjde
Descrizione Notifies you of JavaScript errors by making a crack noise and cracking the screen
Dimensione del File 357 KB
Conteggio Installazioni 40
Versione Corrente 0.1
Ultimo Aggiornamento 2015-06-14
Data di Pubblicazione 2015-03-08
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore kr0mex
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ],
            "css": [
                "main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "img\/cracked_img.png"
    },
    "description": "Notifies you of JavaScript errors by making a crack noise and cracking the screen",
    "icons": {
        "128": "img\/logo_128.png",
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "Error Shatter",
    "version": "0.1",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "webRequest",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/crack.png",
        "glass.mp3"
    ]
}