Mystery Button
If you want mysterious web site click the text link.
Cos'è Mystery Button?
Mystery Button è un'estensione di Chrome sviluppata da http://www.po-popo.com, e la sua funzione principale è "If you want mysterious web site click the text link.".
Scarica il file CRX dell'estensione Mystery Button
Scarica i file di estensione Mystery Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
click the popup link and goto mysterious site :)
Informazioni di Base sull'Estensione
Nome | |
ID | hbmbcchkmpeeffbkgophpmglnhfiibdf |
URL Ufficiale | https://chrome.google.com/webstore/detail/mystery-button/hbmbcchkmpeeffbkgophpmglnhfiibdf |
Descrizione | If you want mysterious web site click the text link. |
Dimensione del File | 2.02 MB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2013-02-04 |
Data di Pubblicazione | 2013-02-04 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.po-popo.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |