Screen Shatter
Trick a Friend into Thinking that Their Screen is Broken
Screen Shatterคืออะไร?
Screen Shatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kr0mex และคุณลักษณะหลักของมันคือ "Trick a Friend into Thinking that Their Screen is Broken"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Shatter
ดาวน์โหลดไฟล์ส่วนขยาย Screen Shatter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trick a Friend into Thinking that Their Screen is Broken
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | plkegkcdldgcpicilfekdpgcnobmlaid |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/screen-shatter/plkegkcdldgcpicilfekdpgcnobmlaid |
คำอธิบาย | Trick a Friend into Thinking that Their Screen is Broken |
ขนาดไฟล์ | 357 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-06-14 |
วันที่เผยแพร่ | 2015-06-14 |
คะแนน | 1.27/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | kr0mex |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-2.1.3.min.js", "content.js" ], "css": [ "main.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Trick a Friend into Thinking that Their Screen is Broken", "icons": { "128": "img\/logo_128.png", "16": "img\/logo_16.png", "48": "img\/logo_48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "Screen Shatter", "version": "0.1", "permissions": [ "*:\/\/*\/*", "tabs", "webRequest", "notifications", "storage" ], "web_accessible_resources": [ "img\/crack.png", "glass.mp3" ] } |