AutoEncoder: KeyForge Deck Sync Tool

Tool used to automatically sync you Keyforge Master Vault with Decks of Keyforge

AutoEncoder: KeyForge Deck Sync Toolคืออะไร?

AutoEncoder: KeyForge Deck Sync Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kstormstrong และคุณลักษณะหลักของมันคือ "Tool used to automatically sync you Keyforge Master Vault with Decks of Keyforge"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoEncoder: KeyForge Deck Sync Tool

ดาวน์โหลดไฟล์ส่วนขยาย AutoEncoder: KeyForge Deck Sync Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tool used to automatically sync you Keyforge Master Vault with Decks of Keyforge.

To use this tool you must have scanned new decks or rescanned existing decks into GG's new my-decks section. This tool will not scan your legacy-decks.

There is no support for TCO and the extension will likely error if you attempt to use. 

How To Use This Extension
- Navigate to the KeyForge Master Vault site (and login)
- Click the extension  button and click the "Access Master Vault" button
- Navigate to a supported site (and login)
- Click the extension button and click the "Sync [supported site]" button

Currently supported sites
- Decks of KeyForge

This extension is open source on GitHub: https://github.com/KStormstrong/AutoEncoder
This extension is a fork of the library-access extension and most of the development credit goes to original authors. The original extension is located at https://github.com/funkymonkeymonk/library-access

Disclaimer:
The KeyForge Unique Deck Game, artwork, and related materials are copyright Ghost Galaxy (GG). This extension is a fan-created tool to help other KeyForge players manage their collections. The creators of this extension are not GG employees and GG does not endorse, support, contribute to, or is otherwise involved with this project in any form.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoEncoder: KeyForge Deck Sync Tool AutoEncoder: KeyForge Deck Sync Tool
ID kchcggnmlhghimlaekhmnnacgaholmpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoencoder-keyforge-deck/kchcggnmlhghimlaekhmnnacgaholmpi
คำอธิบาย Tool used to automatically sync you Keyforge Master Vault with Decks of Keyforge
ขนาดไฟล์ 29.66 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2023-08-29
ผู้พัฒนา kstormstrong
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/KStormstrong/AutoEncoder
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AutoEncoder: KeyForge Deck Sync Tool",
    "short_name": "AutoEncoder",
    "version": "0.6",
    "description": "Tool used to automatically sync you Keyforge Master Vault with Decks of Keyforge",
    "permissions": [
        "activeTab",
        "cookies",
        "declarativeContent",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.keyforgegame.com\/*",
        "https:\/\/decksofkeyforge.com\/*",
        "https:\/\/www.thecrucible.online\/*",
        "https:\/\/thecrucible.online\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.keyforgegame.com\/*"
            ],
            "js": [
                "vendor\/arrive.min.js",
                "content-scripts\/enhanced-master-vault.js"
            ],
            "css": [
                "vendor\/pure-css-drawer-menu.css",
                "vendor\/ps-sans.css",
                "content-scripts\/jason-theme.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/dok-icon-16x16.png",
                "img\/dok-apple-touch-icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "100": "icon.png"
    }
}