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