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.

Co je Win Dominion Game Scraper?

Win Dominion Game Scraper je rozšíření Chrome vyvinuté magicjj, a jeho hlavní funkcí je „After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Win Dominion Game Scraper

Stáhněte si soubory rozšíření Win Dominion Game Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.                    

Základní Informace o Rozšíření

Název Win Dominion Game Scraper Win Dominion Game Scraper
ID denlafhecndjbofgefekklidcpannapm
Oficiální URL https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm
Popis After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Velikost souboru 716 KB
Počet instalací 77
Aktuální Verze 1.4
Poslední Aktualizace 2017-05-16
Datum Vydání 2017-05-16
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář magicjj
Typ Platby free
Webové stránky Rozšíření http://www.windominion.com
Podporované Jazyky 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\/"
    ]
}