Screen Shatter
Trick a Friend into Thinking that Their Screen is Broken
什麼是Screen Shatter?
Screen Shatter是由kr0mex開發的Chrome擴展程式,該擴展的主要功能是“Trick a Friend into Thinking that Their Screen is Broken”。
擴展截圖
下載Screen Shatter擴展crx文件
下載Screen Shatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Trick a Friend into Thinking that Their Screen is Broken
擴展基本資訊
名稱 | |
ID | plkegkcdldgcpicilfekdpgcnobmlaid |
官方網址 | 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" ] } |