Error Shatter

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

Was ist Error Shatter?

Error Shatter ist eine Chrome-Erweiterung, die von kr0mex entwickelt wurde, und ihr Hauptmerkmal ist "Notifies you of JavaScript errors by making a crack noise and cracking the screen".

Erweiterungsscreenshots

screenshot

Error Shatter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Error Shatter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Error Shatter Error Shatter
ID kfhbncpneonghiecgplhgdkfkfiddjde
Offizielle URL https://chrome.google.com/webstore/detail/kfhbncpneonghiecgplhgdkfkfiddjde
Beschreibung Notifies you of JavaScript errors by making a crack noise and cracking the screen
Dateigröße 357 KB
Installationsanzahl 40
Aktuelle Version 0.1
Letztes Update 2015-06-14
Veröffentlichungsdatum 2015-03-08
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler kr0mex
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}