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 |
官方網址 | 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" ] } |