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 |
官方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" ] } |