Sequent

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

Qu'est-ce que Sequent ?

Sequent est une extension Chrome développée par http://www.barryowens.net/sequent, et sa fonction principale est "Creates a music playlist using YouTube links found on any webpage you a viewing".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Sequent

Téléchargez les fichiers d'extension Sequent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
URL Officiel https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
Description Creates a music playlist using YouTube links found on any webpage you a viewing
Taille du Fichier 107 KB
Nombre d'Installations 43
Version Actuelle 0.0.0.7
Dernière Mise à Jour 2015-06-01
Date de Publication 2015-06-01
Évaluation 4.60/5 Total 10 Évaluations
Développeur http://www.barryowens.net/sequent
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.barryowens.net/sequent/main.html
Langues Prises en Charge 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"
    ]
}