Suberflix
Add Subtitles To Streaming Movies And Series
什么是Suberflix?
Suberflix是由https://suberflix.com开发的Chrome扩展程序,该扩展的主要功能是“Add Subtitles To Streaming Movies And Series”。
扩展截图
下载Suberflix扩展crx文件
下载Suberflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Suberflix allows you to add subtitles in any language to your favorite online movies.
Also compatible with Netflix! 扩展基本信息
| 名称 | |
| ID | lbbbhedjbckmeifebijaidgiccifohfd |
| 官方URL | https://chromewebstore.google.com/detail/suberflix/lbbbhedjbckmeifebijaidgiccifohfd |
| 简介 | Add Subtitles To Streaming Movies And Series |
| 文件大小 | 524 KB |
| 安装次数 | 1,670 |
| 当前版本 | 2.0.3 |
| 更新时间 | 2020-04-02 |
| 上架时间 | 2020-04-01 |
| 评分 | 3.47/5 共19次评分 |
| 开发者 | https://suberflix.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://suberflix.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Suberflix",
"description": "Add Subtitles To Streaming Movies And Series",
"version": "2.0.3",
"browser_action": {
"default_icon": "images\/icon16.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"activeTab",
"webNavigation",
" | |