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