Koforge

크루시블 온라인과 dok를 한국어로 번역합니다!

What is Koforge?

Koforge is a Chrome extension developed by wnsqhddlfody, and its main feature is "크루시블 온라인과 dok를 한국어로 번역합니다!".

Extension Screenshots

screenshot
screenshot

Download Koforge Extension CRX File

Download Koforge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        현재 크루시블 온라인 로그와 dok의 카드명과 이미지를 (교역의 바람까지) 번역합니다.
dok의 덱 페이지에서 확장프로그램 아이콘을 누르면 간단한 덱 평가를 볼 수 있습니다.
크루시블 온라인의 로그 번역은 아직 완벽하지 않습니다. 번역되지 않는 문구가 있을 수 있습니다.
dok의 검색 결과가 100개로 설정되어있으면 사이트 로딩으로 인한 불편함이 생기니 20개로 설정해 이용해주세요.
모든 사진과 자료의 저작권은 ghost galaxy에 있습니다!                    

Extension Basic Information

Name Koforge Koforge
ID lopdahfcihogoabedhodmmheihcfnakl
Official URL https://chromewebstore.google.com/detail/koforge/lopdahfcihogoabedhodmmheihcfnakl
Description 크루시블 온라인과 dok를 한국어로 번역합니다!
File Size 280 MB
Installation Count 69
Current Version 1.0.9
Last Updated 2024-01-18
Publish Date 2023-05-29
Rating 5.00/5 Total 1 Ratings
Developer wnsqhddlfody
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "author": "bbaanngg",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/thecrucible.online\/*",
                "https:\/\/thecrucible.online\/*",
                "http:\/\/decksofkeyforge.com\/*",
                "https:\/\/decksofkeyforge.com\/*"
            ],
            "type": "module"
        }
    ],
    "permissions": [
        "tabs"
    ],
    "description": "\ud06c\ub8e8\uc2dc\ube14 \uc628\ub77c\uc778\uacfc dok\ub97c \ud55c\uad6d\uc5b4\ub85c \ubc88\uc5ed\ud569\ub2c8\ub2e4!",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiBBvVFKZbRATI1qAlSHn1Dhnk7rIuuUAqbzDgL6U7tz\/CCo8Ux9LaveG2dDMEMg01+M5BuP4DKziXl1v6ZMwH1sC+lPlL8a3V0SknuE1LPmjrLbIQk3F5ldN1vL\/VrxKm\/9CKAz+zMm4Fzo\/WM42L+2PNzvDsIsJIiyasiclUYXS2tjWXVs45csZwwbQX5nFhBZgMGth\/mZC9SOEY1WpY4zemYTT01umirnywSyvuXopT\/1S19CvpPC1CrHNgZ23e\/fvLgjyl3iDvq3pjD+1aINLUi\/QvCXGbDSDjnfIFuCl8GUbD74OQQNIeJdI1Rs7eCGNfIFlbqWyprDduGWhYQIDAQAB",
    "manifest_version": 3,
    "name": "Koforge",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "action": {
        "default_title": "deck information",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/imgs\/*.png"
            ]
        }
    ]
}