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.
Qu'est-ce que Win Dominion Game Scraper ?
Win Dominion Game Scraper est une extension Chrome développée par magicjj, et sa fonction principale est "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Win Dominion Game Scraper
Téléchargez les fichiers d'extension Win Dominion Game Scraper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Informations de Base sur l'Extension
Nom | |
ID | denlafhecndjbofgefekklidcpannapm |
URL Officiel | https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm |
Description | After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results. |
Taille du Fichier | 716 KB |
Nombre d'Installations | 77 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2017-05-16 |
Date de Publication | 2017-05-16 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | magicjj |
Type de Paiement | free |
Site Web de l'Extension | http://www.windominion.com |
Langues Prises en Charge | 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\/" ] } |