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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |