web.Glitch()
do glitch on web
什么是web.Glitch()?
web.Glitch()是由https://www.funktroniclabs.com开发的Chrome扩展程序,该扩展的主要功能是“do glitch on web”。
扩展截图
下载web.Glitch()扩展crx文件
下载web.Glitch()扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turn any website in a glitch-tastic experience with a press of a button! 扩展基本信息
| 名称 | |
| ID | adgekmhmbbjeodgpjjpcnfgmeijefinp |
| 官方URL | https://chromewebstore.google.com/detail/webglitch/adgekmhmbbjeodgpjjpcnfgmeijefinp |
| 简介 | do glitch on web |
| 文件大小 | 65.95 KB |
| 安装次数 | 3,668 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2014-04-24 |
| 上架时间 | 2014-04-23 |
| 评分 | 4.63/5 共8次评分 |
| 开发者 | https://www.funktroniclabs.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "web.Glitch()",
"version": "1.0.1",
"description": "do glitch on web",
"short_name": "web.Glitch()",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery.js",
"wobble.js"
],
"run_at": "document_end"
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |