Sequent

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

Hvad er Sequent?

Sequent er en Chrome-udvidelse udviklet af http://www.barryowens.net/sequent, og dens hovedfunktion er "Creates a music playlist using YouTube links found on any webpage you a viewing".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Sequent-udvidelses-CRX-fil

Download Sequent-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
Officiel URL https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
Beskrivelse Creates a music playlist using YouTube links found on any webpage you a viewing
Filstørrelse 107 KB
Antal Installationer 43
Nuværende Version 0.0.0.7
Senest Opdateret 2015-06-01
Udgivelsesdato 2015-06-01
Bedømmelse 4.60/5 Samlet 10 Bedømmelser
Udvikler http://www.barryowens.net/sequent
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.barryowens.net/sequent/main.html
Understøttede Sprog 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"
    ]
}