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\/"
    ]
}