GD Site Enhancements
This extension enhances GD pages to integrate GUESS ratings and other helper functions
ما هو GD Site Enhancements؟
GD Site Enhancements هو إضافة Chrome تم تطويرها بواسطة VOLPRIDE، والميزة الرئيسية لها هي "This extension enhances GD pages to integrate GUESS ratings and other helper functions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GD Site Enhancements
قم بتنزيل ملفات الامتداد GD Site Enhancements بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use this to help you enhance the GD site with GUESS ratings to help you game plan opponents and keep up with your team as it improves.
معلومات أساسية عن التمديد
الاسم | GD Site Enhancements |
ID | mijjfapiidecfffafplfncgafdcgcjig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig |
الوصف | This extension enhances GD pages to integrate GUESS ratings and other helper functions |
حجم الملف | 94.19 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-10-12 |
تاريخ النشر | 2016-10-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | VOLPRIDE |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GD Site Enhancements", "description": "This extension enhances GD pages to integrate GUESS ratings and other helper functions", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.whatifsports.com\/gd\/TeamProfile\/PlayerRatings*" ], "js": [ "jquery.js", "shared.js", "gdenhancements.js" ] } ], "permissions": [ " |