Error Shatter
Notifies you of JavaScript errors by making a crack noise and cracking the screen
Wat is Error Shatter?
Error Shatter is een Chrome-extensie ontwikkeld door kr0mex, en de belangrijkste functie is "Notifies you of JavaScript errors by making a crack noise and cracking the screen".
Extensie Screenshots
Download het CRX-bestand van de extensie Error Shatter
Download Error Shatter-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
Notifies you of JavaScript errors by making a crack noise and cracking the screen
Basisinformatie over de Extensie
Naam | |
ID | kfhbncpneonghiecgplhgdkfkfiddjde |
Officiële URL | https://chrome.google.com/webstore/detail/kfhbncpneonghiecgplhgdkfkfiddjde |
Beschrijving | Notifies you of JavaScript errors by making a crack noise and cracking the screen |
Bestandsgrootte | 357 KB |
Aantal Installaties | 40 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-06-14 |
Publicatiedatum | 2015-03-08 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kr0mex |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |