Goko Dominion Salvager
Enhance your Online Dominion experience
Goko Dominion Salvagerคืออะไร?
Goko Dominion Salvager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย goko-dominion-salvager-dev และคุณลักษณะหลักของมันคือ "Enhance your Online Dominion experience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |