Error Shatter
Notifies you of JavaScript errors by making a crack noise and cracking the screen
Vad är Error Shatter?
Error Shatter är en Chrome-tillägg utvecklad av kr0mex, och dess huvudfunktion är "Notifies you of JavaScript errors by making a crack noise and cracking the screen".
Tilläggsskärmbilder
Ladda ner Error Shatter-förlängningens CRX-fil
Ladda ner Error Shatter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Notifies you of JavaScript errors by making a crack noise and cracking the screen Grundläggande Information om Tillägg
| Namn | |
| ID | kfhbncpneonghiecgplhgdkfkfiddjde |
| Officiell webbadress | https://chrome.google.com/webstore/detail/kfhbncpneonghiecgplhgdkfkfiddjde |
| Beskrivning | Notifies you of JavaScript errors by making a crack noise and cracking the screen |
| Filstorlek | 357 KB |
| Antal Installationer | 40 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2015-06-14 |
| Publiceringsdatum | 2015-03-08 |
| Betyg | 1.00/5 Totalt 2 Betyg |
| Utvecklare | kr0mex |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |