Goko Dominion Salvager

Enhance your Online Dominion experience

Qu'est-ce que Goko Dominion Salvager ?

Goko Dominion Salvager est une extension Chrome développée par goko-dominion-salvager-dev, et sa fonction principale est "Enhance your Online Dominion experience".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Goko Dominion Salvager

Téléchargez les fichiers d'extension Goko Dominion Salvager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        [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                    

Informations de Base sur l'Extension

Nom Goko Dominion Salvager Goko Dominion Salvager
ID kaignighoceeemhinbbophdeogpnedjn
URL Officiel https://chromewebstore.google.com/detail/goko-dominion-salvager/kaignighoceeemhinbbophdeogpnedjn
Description Enhance your Online Dominion experience
Taille du Fichier 373 KB
Nombre d'Installations 782
Version Actuelle 2.5.4.9
Dernière Mise à Jour 2016-06-02
Date de Publication 2016-06-01
Évaluation 4.72/5 Total 53 Évaluations
Développeur goko-dominion-salvager-dev
Type de Paiement free
Site Web de l'Extension https://github.com/aiannacc/Goko-Salvager#goko-dominion-salvager
URL de la Page d'Aide https://github.com/aiannacc/Goko-Salvager/wiki/Support
Langues Prises en Charge 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"
    }
}