Mystery Button
If you want mysterious web site click the text link.
Mystery Buttonคืออะไร?
Mystery Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.po-popo.com และคุณลักษณะหลักของมันคือ "If you want mysterious web site click the text link."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mystery Button
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |