Mystery Button
If you want mysterious web site click the text link.
什么是Mystery Button?
Mystery Button是由http://www.po-popo.com开发的Chrome扩展程序,该扩展的主要功能是“If you want mysterious web site click the text link.”。
下载Mystery Button扩展crx文件
下载Mystery Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
click the popup link and goto mysterious site :)
扩展基本信息
名称 | |
ID | hbmbcchkmpeeffbkgophpmglnhfiibdf |
官方URL | https://chrome.google.com/webstore/detail/mystery-button/hbmbcchkmpeeffbkgophpmglnhfiibdf |
简介 | If you want mysterious web site click the text link. |
文件大小 | 2.02 MB |
安装次数 | 17 |
当前版本 | 0.0.7 |
更新时间 | 2013-02-04 |
上架时间 | 2013-02-04 |
评分 | 1.00/5 共1次评分 |
开发者 | http://www.po-popo.com |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mystery Button", "version": "0.0.7", "manifest_version": 2, "description": "If you want mysterious web site click the text link.", "browser_action": { "default_icon": "icon.png", "default_popup": "pop.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.po-popo.com\/*" ], "js": [ "jquery.min.js", "script.js" ], "run_at": "document_start" } ] } |