B站-字幕繁简转换
安装该插件,打开bilibili视频,开启CC字幕后,会自动将bilibili视频将繁体字幕转为简体。
What is B站-字幕繁简转换?
B站-字幕繁简转换 is a Chrome extension developed by allen.bob.bob.allen, and its main feature is "安装该插件,打开bilibili视频,开启CC字幕后,会自动将bilibili视频将繁体字幕转为简体。".
Extension Screenshots
Download B站-字幕繁简转换 Extension CRX File
Download B站-字幕繁简转换 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
安装该插件,打开bilibili视频,开启CC字幕后,会自动将bilibili视频将繁体字幕转为简体。 Extension Basic Information
| Name | |
| ID | iockfokejjngmpogfckfhnjpiplaapog |
| Official URL | https://chromewebstore.google.com/detail/b%E7%AB%99-%E5%AD%97%E5%B9%95%E7%B9%81%E7%AE%80%E8%BD%AC%E6%8D%A2/iockfokejjngmpogfckfhnjpiplaapog |
| Description | 安装该插件,打开bilibili视频,开启CC字幕后,会自动将bilibili视频将繁体字幕转为简体。 |
| File Size | 45.8 KB |
| Installation Count | 144 |
| Current Version | 1.0.2 |
| Last Updated | 2023-04-12 |
| Publish Date | 2022-12-07 |
| Rating | 4.25/5 Total 4 Ratings |
| Developer | allen.bob.bob.allen |
| [email protected] | |
| Payment Type | free |
| Supported Languages | id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*.bilibili.com\/*"
],
"js": [
"js\/content-script.js"
],
"run_at": "document_end"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "assets\/icon.png",
"38": "assets\/icon.png"
}
},
"default_locale": "en",
"description": "",
"icons": {
"128": "assets\/icon.png"
},
"manifest_version": 3,
"name": "B\u7ad9-\u5b57\u5e55\u7e41\u7b80\u8f6c\u6362",
"host_permissions": [
" | |