GBF-Kor-Trans

Simple Chrome Extension for translating GBF page to Korean

What is GBF-Kor-Trans?

GBF-Kor-Trans is a Chrome extension developed by sidewinderkr, and its main feature is "Simple Chrome Extension for translating GBF page to Korean".

Extension Screenshots

screenshot
screenshot
screenshot

Download GBF-Kor-Trans Extension CRX File

Download GBF-Kor-Trans 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

                        그랑블루 판타지 한국어 번역을 위한 크롬 확장툴입니다.
크롬 웹 스토어 검토를 받아야하기 때문에 패키지 버전에 비해 업데이트가 느립니다.                    

Extension Basic Information

Name GBF-Kor-Trans GBF-Kor-Trans
ID lcadlhedpdcgnkmoaoipbmhdeacciipk
Official URL https://chromewebstore.google.com/detail/gbf-kor-trans/lcadlhedpdcgnkmoaoipbmhdeacciipk
Description Simple Chrome Extension for translating GBF page to Korean
File Size 95.53 KB
Installation Count 221
Current Version 0.9.24
Last Updated 2023-08-12
Publish Date 2020-06-07
Developer sidewinderkr
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GBF-Kor-Trans",
    "description": "Simple Chrome Extension for translating GBF page to Korean",
    "version": "0.9.24",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/game.granbluefantasy.jp\/*",
                "http:\/\/gbf.game.mbga.jp\/*",
                "https:\/\/game.granbluefantasy.jp\/*",
                "https:\/\/gbf.game.mbga.jp\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/*.csv",
        "images\/*.png",
        "images\/*.jpg",
        "data\/*.json"
    ]
}