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": [ " |