Mystery Button

If you want mysterious web site click the text link.

Wat is Mystery Button?

Mystery Button is een Chrome-extensie ontwikkeld door http://www.po-popo.com, en de belangrijkste functie is "If you want mysterious web site click the text link.".

Download het CRX-bestand van de extensie Mystery Button

Download Mystery Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        click the popup link and goto mysterious site :)                    

Basisinformatie over de Extensie

Naam Mystery Button Mystery Button
ID hbmbcchkmpeeffbkgophpmglnhfiibdf
Officiële URL https://chrome.google.com/webstore/detail/mystery-button/hbmbcchkmpeeffbkgophpmglnhfiibdf
Beschrijving If you want mysterious web site click the text link.
Bestandsgrootte 2.02 MB
Aantal Installaties 17
Huidige Versie 0.0.7
Laatst Bijgewerkt 2013-02-04
Publicatiedatum 2013-02-04
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.po-popo.com
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}