Sequent

Creates a music playlist using YouTube links found on any webpage you a viewing

¿Qué es Sequent?

Sequent es una extensión de Chrome desarrollada por http://www.barryowens.net/sequent, y su función principal es "Creates a music playlist using YouTube links found on any webpage you a viewing".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sequent

Descarga archivos de extensión Sequent en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Sequent allows you to create a music playlist from YouTube links found on any web page you are viewing.

Some popular uses may include Facebook groups, SubReddits or music blogs.

Simply download the extension, browse to the page you want to load links from. (try http://www.reddit.com/r/futurefunkairlines)

Click the Sequent Icon and click create playlist.

The YouTube links will be used to create a playlist you can play through.                    

Información Básica de la Extensión

Nombre Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
URL Oficial https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
Descripción Creates a music playlist using YouTube links found on any webpage you a viewing
Tamaño del Archivo 107 KB
Cantidad de Instalaciones 43
Versión Actual 0.0.0.7
Última Actualización 2015-06-01
Fecha de Publicación 2015-06-01
Calificación 4.60/5 Total de 10 Calificaciones
Desarrollador http://www.barryowens.net/sequent
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.barryowens.net/sequent/main.html
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sequent",
    "version": "0.0.0.7",
    "manifest_version": 2,
    "description": "Creates a music playlist using YouTube links found on any webpage you a viewing",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery-1.7.2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "playerBackground.js",
        "fonts\/Neou-Bold.ttf"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}