Pokedex
Turn's facebook into a Pokedex.
ما هو Pokedex؟
Pokedex هو إضافة Chrome تم تطويرها بواسطة #13point7، والميزة الرئيسية لها هي "Turn's facebook into a Pokedex.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pokedex
قم بتنزيل ملفات الامتداد Pokedex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Theme your Facebook to look like a Pokedex!
معلومات أساسية عن التمديد
الاسم | Pokedex |
ID | ffklcjpfiebfalmeoinanhleefmgmfnc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pokedex/ffklcjpfiebfalmeoinanhleefmgmfnc |
الوصف | Turn's facebook into a Pokedex. |
حجم الملف | 48.84 KB |
عدد التثبيتات | 78 |
النسخة الحالية | 0.0.63 |
آخر تحديث | 2014-08-02 |
تاريخ النشر | 2014-08-02 |
تقييم | 2.17/5 مجموع تقييمات 18 |
المطور | #13point7 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokedex", "version": "0.0.63", "manifest_version": 2, "description": "Turn's facebook into a Pokedex.", "icons": { "64": "images\/facebook-like-button.png" }, "web_accessible_resources": [ "images\/*.png", "styles\/fonts\/*.*" ], "permissions": [ "https:\/\/*.facebook.com\/" ], "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ] } |