Queue for Netflix
Add queue functionality to Netflix (UK)
O que é Queue for Netflix?
Queue for Netflix é uma extensão do Chrome desenvolvida por hulmey101, e sua principal característica é "Add queue functionality to Netflix (UK)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Queue for Netflix
Baixe arquivos de extensão Queue for Netflix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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! Informações Básicas da Extensão
| Nome | |
| ID | epelcomdifbmlmgmaiadkgagjbobbnbl |
| URL Oficial | https://chrome.google.com/webstore/detail/queue-for-netflix/epelcomdifbmlmgmaiadkgagjbobbnbl |
| Descrição | Add queue functionality to Netflix (UK) |
| Tamanho do Arquivo | 12.37 KB |
| Contagem de Instalações | 88 |
| Versão Atual | 1.1 |
| Última Atualização | 2013-01-22 |
| Data de Publicação | 2013-01-22 |
| Classificação | 3.33/5 Total de 3 Avaliações |
| Desenvolvedor | hulmey101 |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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
} | |