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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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