Error Shatter
Notifies you of JavaScript errors by making a crack noise and cracking the screen
ما هو Error Shatter؟
Error Shatter هو إضافة Chrome تم تطويرها بواسطة kr0mex، والميزة الرئيسية لها هي "Notifies you of JavaScript errors by making a crack noise and cracking the screen".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Error Shatter
قم بتنزيل ملفات الامتداد Error Shatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Notifies you of JavaScript errors by making a crack noise and cracking the screen معلومات أساسية عن التمديد
| الاسم | |
| ID | kfhbncpneonghiecgplhgdkfkfiddjde |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/kfhbncpneonghiecgplhgdkfkfiddjde |
| الوصف | Notifies you of JavaScript errors by making a crack noise and cracking the screen |
| حجم الملف | 357 KB |
| عدد التثبيتات | 40 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2015-06-14 |
| تاريخ النشر | 2015-03-08 |
| تقييم | 1.00/5 مجموع تقييمات 2 |
| المطور | kr0mex |
| نوع الدفع | free |
| اللغات المدعومة | 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"
]
} | |