DoK links

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

DoK links란 무엇입니까?

DoK links은(는) coraythan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides helpful links to https://decksofkeyforge.com. It currently adds deck links to the website https://thecrucible.online/"입니다.

확장 프로그램 스크린샷

screenshot

DoK links 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}