Sequent

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

Cos'è Sequent?

Sequent è un'estensione di Chrome sviluppata da http://www.barryowens.net/sequent, e la sua funzione principale è "Creates a music playlist using YouTube links found on any webpage you a viewing".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sequent

Scarica i file di estensione Sequent in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
URL Ufficiale https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
Descrizione Creates a music playlist using YouTube links found on any webpage you a viewing
Dimensione del File 107 KB
Conteggio Installazioni 43
Versione Corrente 0.0.0.7
Ultimo Aggiornamento 2015-06-01
Data di Pubblicazione 2015-06-01
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore http://www.barryowens.net/sequent
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.barryowens.net/sequent/main.html
Lingue Supportate 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"
    ]
}