InstantQueue for Youtube

Quickest way to watch videos on Youtube!

O que é InstantQueue for Youtube?

InstantQueue for Youtube é uma extensão do Chrome desenvolvida por edabingol, e sua principal característica é "Quickest way to watch videos on Youtube!".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão InstantQueue for Youtube

Baixe arquivos de extensão InstantQueue for Youtube 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

                        Quickest way to watch a bunch of videos on Youtube!

- Add, re-order, remove videos quickly using drag-n-drop!
- No management necessary. Close the tab and you're done
- Automatically plays the list for you, playing videos one after another.
- Don't want to lose the list? Export the list you just created to an actual Youtube playlist.

Easy. Simple. Efficient.                    

Informações Básicas da Extensão

Nome InstantQueue for Youtube InstantQueue for Youtube
ID pcbfkaibdlhhihdijcodacddmgflalnm
URL Oficial https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm
Descrição Quickest way to watch videos on Youtube!
Tamanho do Arquivo 462 KB
Contagem de Instalações 320
Versão Atual 0.1
Última Atualização 2015-02-26
Data de Publicação 2015-02-26
Classificação 3.48/5 Total de 27 Avaliações
Desenvolvedor edabingol
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstantQueue for Youtube",
    "description": "Quickest way to watch videos on Youtube!",
    "icons": {
        "128": "images\/instant-queue.png"
    },
    "version": "0.1",
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "css": [
                "instant-queue.css"
            ],
            "js": [
                "underscore.js",
                "jquery.js",
                "sortable.js",
                "instant-queue.js"
            ]
        }
    ]
}