Goko Dominion Salvager

Enhance your Online Dominion experience

Τι είναι το Goko Dominion Salvager;

Το Goko Dominion Salvager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον goko-dominion-salvager-dev, και η κύρια λειτουργία του είναι "Enhance your Online Dominion experience".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Goko Dominion Salvager

Λήψη αρχείων επέκτασης Goko Dominion Salvager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        [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"
    }
}