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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |