Goko Dominion Salvager

Enhance your Online Dominion experience

Goko Dominion Salvager란 무엇입니까?

Goko Dominion Salvager은(는) goko-dominion-salvager-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Online Dominion experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Goko Dominion Salvager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        [NO LONGER SUPPORTED.  ORIGINAL WEBSITE IS DEFUNCT.]

Adds many missing features to Goko's online dominion game (now hosted at playdominion.com)

For the Dominion UI:
- Readable in-game log
- Victory Point tracker
- Chat that doesn't obscure the game
- Specify requirements for random kingdoms

For the lobby:
- Custom player avatars
- "Pro" ratings instead of "Casual"
- Players sorted by rating
- Censor individual players

For match-finding:
- Automatically seek opponents in other lobbies
- Auto-kick low rated opponents
- Blacklist individual players

Features can be individually enabled/disabled.

Documentation: https://github.com/aiannacc/Goko-Salvager/wiki
Discussion/Help Thread: http://forum.dominionstrategy.com/index.php?topic=8163.0                    

확장 프로그램 기본 정보

이름 Goko Dominion Salvager Goko Dominion Salvager
ID kaignighoceeemhinbbophdeogpnedjn
공식 URL https://chromewebstore.google.com/detail/goko-dominion-salvager/kaignighoceeemhinbbophdeogpnedjn
설명 Enhance your Online Dominion experience
파일 크기 373 KB
설치 횟수 782
현재 버전 2.5.4.9
최근 업데이트 2016-06-02
출시 날짜 2016-06-01
평점 4.72/5 총 53 개의 평점
개발자 goko-dominion-salvager-dev
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/aiannacc/Goko-Salvager#goko-dominion-salvager
도움말 페이지 URL https://github.com/aiannacc/Goko-Salvager/wiki/Support
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goko Dominion Salvager",
    "description": "Enhance your Online Dominion experience",
    "version": "2.5.4.9",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [],
            "js": [
                "loadAll.js"
            ],
            "matches": [
                "*:\/\/*.playdominion.com\/Dominion\/gameClient.html*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "jquery.ui.js",
        "angular.min.js",
        "init.js",
        "utils.js",
        "templates.js",
        "avatarUpload.js",
        "blacklist.js",
        "blacklistSync.js",
        "settingsDialog.js",
        "eventLogger.js",
        "notifications.js",
        "kingdom_generator.js",
        "tableState.js",
        "autokick.js",
        "avatars.js",
        "sidebar.js",
        "logviewer.js",
        "chatbox.js",
        "vpcalculator.js",
        "vpcounterui.js",
        "vptoggle.js",
        "lobby_ratings.js",
        "speedTweak.js",
        "alwaysStack.js",
        "decktracker.js",
        "automatchGamePop.js",
        "automatchOfferPop.js",
        "automatchSeekPop.js",
        "automatch.js",
        "quickGame.js",
        "launchScreenLoader.js",
        "connection.js",
        "alternateButtons.js",
        "autozap.js",
        "module_loader.js",
        "logviewer.css",
        "jquery-gokocolors.css",
        "images\/ui-icons_454545_256x240.png",
        "images\/ui-icons_222222_256x240.png",
        "images\/ui-bg_fine-grain_10_c3c3c3_60x60.png",
        "images\/ui-bg_fine-grain_20_cbaa6e_60x60.png",
        "images\/ui-bg_glass_65_ffffff_1x400.png",
        "images\/ui-bg_glass_75_dadada_1x400.png",
        "images\/ui-bg_glass_75_e6e6e6_1x400.png",
        "images\/ui-icons_888888_256x240.png",
        "images\/ui-bg_flat_0_aaaaaa_40x100.png",
        "images\/ui-bg_fine-grain_10_c3c3c3_60x60.png"
    ],
    "icons": {
        "16": "images\/salvager16.png",
        "48": "images\/salvager48.png",
        "128": "images\/salvager128.png"
    }
}