GD Site Enhancements
This extension enhances GD pages to integrate GUESS ratings and other helper functions
O que é GD Site Enhancements?
GD Site Enhancements é uma extensão do Chrome desenvolvida por VOLPRIDE, e sua principal característica é "This extension enhances GD pages to integrate GUESS ratings and other helper functions".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GD Site Enhancements
Baixe arquivos de extensão GD Site Enhancements no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | GD Site Enhancements |
ID | mijjfapiidecfffafplfncgafdcgcjig |
URL Oficial | https://chromewebstore.google.com/detail/gd-site-enhancements/mijjfapiidecfffafplfncgafdcgcjig |
Descrição | This extension enhances GD pages to integrate GUESS ratings and other helper functions |
Tamanho do Arquivo | 94.19 KB |
Contagem de Instalações | 45 |
Versão Atual | 1.0 |
Última Atualização | 2016-10-12 |
Data de Publicação | 2016-10-11 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | VOLPRIDE |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |