Mystery Button

If you want mysterious web site click the text link.

What is Mystery Button?

Mystery Button is a Chrome extension developed by http://www.po-popo.com, and its main feature is "If you want mysterious web site click the text link.".

Download Mystery Button Extension CRX File

Download Mystery Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        click the popup link and goto mysterious site :)                    

Extension Basic Information

Name Mystery Button Mystery Button
ID hbmbcchkmpeeffbkgophpmglnhfiibdf
Official URL https://chrome.google.com/webstore/detail/mystery-button/hbmbcchkmpeeffbkgophpmglnhfiibdf
Description If you want mysterious web site click the text link.
File Size 2.02 MB
Installation Count 17
Current Version 0.0.7
Last Updated 2013-02-04
Publish Date 2013-02-04
Rating 1.00/5 Total 1 Ratings
Developer http://www.po-popo.com
Payment Type free
Supported Languages 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"
        }
    ]
}