Queue for Netflix
Add queue functionality to Netflix (UK)
什么是Queue for Netflix?
Queue for Netflix是由hulmey101开发的Chrome扩展程序,该扩展的主要功能是“Add queue functionality to Netflix (UK)”。
扩展截图
下载Queue for Netflix扩展crx文件
下载Queue for Netflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Netflix for UK is instant only and they haven't provided a queue. Using this app allows you to keep track of what you want to watch. The queue is local to Chrome and does not sync to your Netflix account. This is currently an early version. Development is ongoing and new features will be added. Update 22/01/13 - Titles are now displayed in order added. HOW TO USE Click on the extension icon in the address bar to view your queue. Play icon will start the title playing. Cross icon will remove the title from your queue. To add a title to your queue: Right click on a title's cover and select add to Netflix queue. Please feed back feature requests and issues!
扩展基本信息
名称 | ![]() |
ID | epelcomdifbmlmgmaiadkgagjbobbnbl |
官方URL | https://chrome.google.com/webstore/detail/queue-for-netflix/epelcomdifbmlmgmaiadkgagjbobbnbl |
简介 | Add queue functionality to Netflix (UK) |
文件大小 | 12.37 KB |
安装次数 | 88 |
当前版本 | 1.1 |
更新时间 | 2013-01-22 |
上架时间 | 2013-01-22 |
评分 | 3.33/5 共3次评分 |
开发者 | hulmey101 |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Queue for Netflix", "version": "1.1", "description": "Add queue functionality to Netflix (UK)", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon.png", "default_title": "Queue for Netflix", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/movies.netflix.com\/*" ], "js": [ "queue_button.js" ] } ], "permissions": [ "tabs", "contextMenus", "storage" ], "manifest_version": 2 } |