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.
Hvad er Win Dominion Game Scraper?
Win Dominion Game Scraper er en Chrome-udvidelse udviklet af magicjj, og dens hovedfunktion er "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.".
Udvidelsesskærmbilleder
Download Win Dominion Game Scraper-udvidelses-CRX-fil
Download Win Dominion Game Scraper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | denlafhecndjbofgefekklidcpannapm |
Officiel URL | https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm |
Beskrivelse | After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results. |
Filstørrelse | 716 KB |
Antal Installationer | 77 |
Nuværende Version | 1.4 |
Senest Opdateret | 2017-05-16 |
Udgivelsesdato | 2017-05-16 |
Bedømmelse | 3.33/5 Samlet 3 Bedømmelser |
Udvikler | magicjj |
Betalingsmetode | free |
Udvidelseswebsted | http://www.windominion.com |
Understøttede Sprog | 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\/" ] } |