YouTube 字幕翻译

暂停YouTube视频时,自动翻译当前字幕。还可以自动跳广告噢

Cos'è YouTube 字幕翻译?

YouTube 字幕翻译 è un'estensione di Chrome sviluppata da ginkosin, e la sua funzione principale è "暂停YouTube视频时,自动翻译当前字幕。还可以自动跳广告噢".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube 字幕翻译

Scarica i file di estensione YouTube 字幕翻译 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        1.10 暂停YouTube视频,自动翻译当前字幕
1.20 新增自动跳广告功能
1.90 新增多语言支持

这个小插件的制作过程:https://zhuanlan.zhihu.com/p/98619067                    

Informazioni di Base sull'Estensione

Nome YouTube 字幕翻译 YouTube 字幕翻译
ID knncklmmdejcadilnfeabejdfekhgdhe
URL Ufficiale https://chromewebstore.google.com/detail/youtube-%E5%AD%97%E5%B9%95%E7%BF%BB%E8%AF%91/knncklmmdejcadilnfeabejdfekhgdhe
Descrizione 暂停YouTube视频时,自动翻译当前字幕。还可以自动跳广告噢
Dimensione del File 793 KB
Conteggio Installazioni 13,901
Versione Corrente 1.91
Ultimo Aggiornamento 2022-05-20
Data di Pubblicazione 2020-03-18
Valutazione 4.29/5 Totale 17 Valutazioni
Sviluppatore ginkosin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube \u5b57\u5e55\u7ffb\u8bd1",
    "manifest_version": 3,
    "version": "1.91",
    "description": "\u6682\u505cYouTube\u89c6\u9891\u65f6\uff0c\u81ea\u52a8\u7ffb\u8bd1\u5f53\u524d\u5b57\u5e55\u3002\u8fd8\u53ef\u4ee5\u81ea\u52a8\u8df3\u5e7f\u544a\u5662",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/icon48.png"
    },
    "permissions": [
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/translate.google.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.youtube.com\/*",
            "https:\/\/*.youtube.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "youtube.js",
                "skipad.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}