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.

什么是Win Dominion Game Scraper?

Win Dominion Game Scraper是由magicjj开发的Chrome扩展程序,该扩展的主要功能是“After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.”。

扩展截图

screenshot

下载Win Dominion Game Scraper扩展crx文件

下载Win Dominion Game Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Win Dominion Game Scraper Win Dominion Game Scraper
ID denlafhecndjbofgefekklidcpannapm
官方URL https://chrome.google.com/webstore/detail/win-dominion-game-scraper/denlafhecndjbofgefekklidcpannapm
简介 After your Dominion Online game, click this to automatically scrape your game log and view a detailed analysis of the game results.
文件大小 716 KB
安装次数 77
当前版本 1.4
更新时间 2017-05-16
上架时间 2017-05-16
评分 3.33/5 共3次评分
开发者 magicjj
付费类型 free
扩展官网 http://www.windominion.com
支持的语言 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\/"
    ]
}