声译

Base Level Extension

声译คืออะไร?

声译 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bringbladetodream และคุณลักษณะหลักของมันคือ "Base Level Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 声译

ดาวน์โหลดไฟล์ส่วนขยาย 声译 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        用途:
        用于tv.youtube.com中内容的视频翻译.(目前支持英-中)
需求:
        需要有订阅tv.youtube.com的账号,并且成功访问观看tv.youtube.com
插件使用步骤:
        登录我们的账号
        打开tv.youtube.com的一个视频,点击视频右下角的"CC1"(如果没有,说明该视频无法被翻译)
        之后,会在页面显示英文和翻译后的中文                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 声译 声译
ID mjafbhjfdhkkompekdendhfiiijekoaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/%E5%A3%B0%E8%AF%91/mjafbhjfdhkkompekdendhfiiijekoaf
คำอธิบาย Base Level Extension
ขนาดไฟล์ 7.4 MB
จำนวนการติดตั้ง 388
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-17
วันที่เผยแพร่ 2020-12-17
ผู้พัฒนา bringbladetodream
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://tongchuan.xunku.org:11451/chrome-extensions-privacy-policy
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u58f0\u8bd1",
    "description": "Base Level Extension",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/16.png",
            "19": "img\/19.png",
            "20": "img\/20.png",
            "32": "img\/32.png",
            "38": "img\/38.png",
            "40": "img\/40.png",
            "64": "img\/64.png",
            "128": "img\/128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/youtube_trans.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "https:\/\/tongchuan.xunku.org:11451\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "img\/16.png",
        "19": "img\/19.png",
        "20": "img\/20.png",
        "32": "img\/32.png",
        "38": "img\/38.png",
        "40": "img\/40.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/tongchuan_icon1.png",
        "img\/tongchuan_icon2.png"
    ]
}