Win Dominion Game Scraper
After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
O que é Win Dominion Game Scraper?
Win Dominion Game Scraper é uma extensão do Chrome desenvolvida por magicjj, e sua principal característica é "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Win Dominion Game Scraper
Baixe arquivos de extensão Win Dominion Game Scraper 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
After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Informações Básicas da Extensão
Nome | |
ID | denlafhecndjbofgefekklidcpannapm |
URL Oficial | https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm |
Descrição | After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results. |
Tamanho do Arquivo | 716 KB |
Contagem de Instalações | 77 |
Versão Atual | 1.4 |
Última Atualização | 2017-05-16 |
Data de Publicação | 2017-05-16 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | magicjj |
Tipo de Pagamento | free |
Site da Extensão | http://www.windominion.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Win Dominion Game Scraper", "description": "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.", "version": "1.4", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "https:\/\/ajax.googleapis.com\/" ] } |