Sequent

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

Apa itu Sequent?

Sequent adalah ekstensi Chrome yang dikembangkan oleh http://www.barryowens.net/sequent, dan fitur utamanya adalah "Creates a music playlist using YouTube links found on any webpage you a viewing".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Sequent

Unduh file ekstensi Sequent dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
URL Resmi https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
Deskripsi Creates a music playlist using YouTube links found on any webpage you a viewing
Ukuran File 107 KB
Jumlah Instalasi 43
Versi Saat Ini 0.0.0.7
Terakhir Diperbarui 2015-06-01
Tanggal Publikasi 2015-06-01
Penilaian 4.60/5 Total 10 Penilaian
Pengembang http://www.barryowens.net/sequent
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.barryowens.net/sequent/main.html
Bahasa yang Didukung 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"
    ]
}