Netflix Plus
Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
什么是Netflix Plus?
Netflix Plus是由Zion Developers开发的Chrome扩展程序,该扩展的主要功能是“Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!”。
扩展截图
下载Netflix Plus扩展crx文件
下载Netflix Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
** This is NOT a Netflix Official Extension! ** Automatically resume movie when it get paused by AFK. (HTML5) Change the movie's subtitle font, color, size, shadow size and color ! (HTML5) More features to come! Netflix is a Website owned by Netflix International B.V. All the logos and pictures here used is for fair-use, And is belonged by the corresponding owners.
扩展基本信息
名称 | |
ID | mnaccajcnpoopaeogmdaffkmmhdlbfhe |
官方URL | https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe |
简介 | Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly! |
文件大小 | 100 KB |
安装次数 | 849 |
当前版本 | 2.5.7 |
更新时间 | 2017-03-27 |
上架时间 | 2017-03-27 |
评分 | 3.44/5 共16次评分 |
开发者 | Zion Developers |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "include_globs": [ "*netflix.com*" ], "css": [], "js": [ "includes\/jquery-2.1.1.min.js", "includes\/netflix.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_start" } ], "description": "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_title": "Options", "default_popup": "options.html" }, "background": { "scripts": [ "includes\/options.js" ], "persistent": true }, "manifest_version": 2, "name": "Netflix Plus", "short_name": "Netflix+", "options_page": "options.html", "permissions": [ "storage" ], "version": "2.5.7", "web_accessible_resources": [ "icons\/icon.png", "includes\/jquery-2.1.1.min.js", "includes\/netflix.js", "jquery-2.1.1.min.map" ] } |