Sequent

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

什么是Sequent?

Sequent是由http://www.barryowens.net/sequent开发的Chrome扩展程序,该扩展的主要功能是“Creates a music playlist using YouTube links found on any webpage you a viewing”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Sequent扩展crx文件

下载Sequent扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
官方URL https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
简介 Creates a music playlist using YouTube links found on any webpage you a viewing
文件大小 107 KB
安装次数 43
当前版本 0.0.0.7
更新时间 2015-06-01
上架时间 2015-06-01
评分 4.60/5 共10次评分
开发者 http://www.barryowens.net/sequent
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.barryowens.net/sequent/main.html
支持的语言 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"
    ]
}