PV3 SOG Training
Pokemon Vortex Training Extension
ما هو PV3 SOG Training؟
PV3 SOG Training هو إضافة Chrome تم تطويرها بواسطة superman.potato.1337، والميزة الرئيسية لها هي "Pokemon Vortex Training Extension".
تحميل ملف CRX للإضافة PV3 SOG Training
قم بتنزيل ملفات الامتداد PV3 SOG Training بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download and use it on any page of pokemon vortex it battles the accounts have fun!
معلومات أساسية عن التمديد
الاسم | |
ID | hmlikmfcbahldjmomhnganobpmbhmdfg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg |
الوصف | Pokemon Vortex Training Extension |
حجم الملف | 297 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2015-10-04 |
تاريخ النشر | 2015-10-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | superman.potato.1337 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PV3 SOG Training", "version": "1.0.1", "manifest_version": 2, "description": "Pokemon Vortex Training Extension", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "img\/defaultIcon19x19.png", "default_popup": "popup.html", "default_title": "PV3 Training Helper (SOG)" }, "permissions": [ "http:\/\/*.pokemon-vortex.com\/*", "http:\/\/www.pokemon-vortex.com\/*", "unlimitedStorage", "contextMenus", "cookies", "tabs", "notifications" ], "content_scripts": [ { "js": [ "js\/lib\/jquery-1.8.2.min.js", "js\/popup.js", "js\/app\/popup.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "18" } |