DoK links

Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/

ما هو DoK links؟

DoK links هو إضافة Chrome تم تطويرها بواسطة coraythan، والميزة الرئيسية لها هي "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DoK links

قم بتنزيل ملفات الامتداد DoK links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension converts links to KeyForge decks from links to Master Vault, to links to the site Decks of KeyForge. 

For example, on The Crucible Online, this will convert the deck links to links to DoK, and also add a link to the two decks compared side by side.                    

معلومات أساسية عن التمديد

الاسم DoK links DoK links
ID boofejmacnjdodgncjiapdpclcngmjka
عنوان URL الرسمي https://chromewebstore.google.com/detail/dok-links/boofejmacnjdodgncjiapdpclcngmjka
الوصف Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/
حجم الملف 9.05 KB
عدد التثبيتات 100
النسخة الحالية 1.0
آخر تحديث 2021-04-25
تاريخ النشر 2021-04-25
المطور coraythan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DoK links",
    "description": "Provides helpful links to https:\/\/decksofkeyforge.com. It currently adds deck links to the website https:\/\/thecrucible.online\/",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/thecrucible.online\/*"
            ],
            "js": [
                "add-links.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/dok-square-16.png",
            "32": "\/images\/dok-square-32.png",
            "48": "\/images\/dok-square-48.png",
            "128": "\/images\/dok-square-128.png"
        }
    },
    "icons": {
        "16": "\/images\/dok-square-16.png",
        "32": "\/images\/dok-square-32.png",
        "48": "\/images\/dok-square-48.png",
        "128": "\/images\/dok-square-128.png"
    }
}