Sequent

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

What is Sequent?

Sequent is a Chrome extension developed by http://www.barryowens.net/sequent, and its main feature is "Creates a music playlist using YouTube links found on any webpage you a viewing".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sequent Extension CRX File

Download Sequent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
Official URL https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
Description Creates a music playlist using YouTube links found on any webpage you a viewing
File Size 107 KB
Installation Count 43
Current Version 0.0.0.7
Last Updated 2015-06-01
Publish Date 2015-06-01
Rating 4.60/5 Total 10 Ratings
Developer http://www.barryowens.net/sequent
Email [email protected]
Payment Type free
Extension Website http://www.barryowens.net/sequent/main.html
Supported Languages 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"
    ]
}