Mystery Button
If you want mysterious web site click the text link.
Apa itu Mystery Button?
Mystery Button adalah ekstensi Chrome yang dikembangkan oleh http://www.po-popo.com, dan fitur utamanya adalah "If you want mysterious web site click the text link.".
Unduh Berkas CRX Ekstensi Mystery Button
Unduh file ekstensi Mystery Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
click the popup link and goto mysterious site :)
Informasi Dasar Ekstensi
Nama | |
ID | hbmbcchkmpeeffbkgophpmglnhfiibdf |
URL Resmi | https://chrome.google.com/webstore/detail/mystery-button/hbmbcchkmpeeffbkgophpmglnhfiibdf |
Deskripsi | If you want mysterious web site click the text link. |
Ukuran File | 2.02 MB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2013-02-04 |
Tanggal Publikasi | 2013-02-04 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://www.po-popo.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |