窩窩頭翻譯器

自動翻譯窩窩頭內的物品法術等英文

What is 窩窩頭翻譯器?

窩窩頭翻譯器 is a Chrome extension developed by twoyears44, and its main feature is "自動翻譯窩窩頭內的物品法術等英文".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 窩窩頭翻譯器 Extension CRX File

Download 窩窩頭翻譯器 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

                        這個套件會自動將Wowhead網頁中,部分帶有連結屬性的法術、物品、地城及首領的英文轉換為繁體中文版的名詞。                    

Extension Basic Information

Name 窩窩頭翻譯器 窩窩頭翻譯器
ID lhcokhbkelomecfodcbjhcfdpbaejlen
Official URL https://chromewebstore.google.com/detail/%E7%AA%A9%E7%AA%A9%E9%A0%AD%E7%BF%BB%E8%AD%AF%E5%99%A8/lhcokhbkelomecfodcbjhcfdpbaejlen
Description 自動翻譯窩窩頭內的物品法術等英文
File Size 3.03 MB
Installation Count 731
Current Version 1.0.4
Last Updated 2023-12-19
Publish Date 2023-12-07
Rating 5.00/5 Total 3 Ratings
Developer twoyears44
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u7aa9\u7aa9\u982d\u7ffb\u8b6f\u5668",
    "version": "1.0.4",
    "description": "\u81ea\u52d5\u7ffb\u8b6f\u7aa9\u7aa9\u982d\u5167\u7684\u7269\u54c1\u6cd5\u8853\u7b49\u82f1\u6587",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/j-query.js",
                "scripts\/set-up-db.js",
                "scripts\/inject-single-page.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.wowhead.com\/*",
                "https:\/\/wowhead.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/*"
            ],
            "matches": [
                "https:\/\/www.wowhead.com\/*",
                "https:\/\/wowhead.com\/*"
            ]
        }
    ]
}