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.

Vad är Win Dominion Game Scraper?

Win Dominion Game Scraper är en Chrome-tillägg utvecklad av magicjj, och dess huvudfunktion är "After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.".

Tilläggsskärmbilder

screenshot

Ladda ner Win Dominion Game Scraper-förlängningens CRX-fil

Ladda ner Win Dominion Game Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Win Dominion Game Scraper Win Dominion Game Scraper
ID denlafhecndjbofgefekklidcpannapm
Officiell webbadress https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm
Beskrivning After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
Filstorlek 716 KB
Antal Installationer 77
Aktuell Version 1.4
Senast Uppdaterad 2017-05-16
Publiceringsdatum 2017-05-16
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare magicjj
Betalningssätt free
Tilläggswebbplats http://www.windominion.com
Stödda Språk 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\/"
    ]
}