Sequent

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

Co to jest Sequent?

Sequent to rozszerzenie Chrome opracowane przez http://www.barryowens.net/sequent, a jego główną funkcją jest „Creates a music playlist using YouTube links found on any webpage you a viewing”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Sequent

Pobierz pliki rozszerzeń Sequent w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sequent Sequent
ID cmfdldodgpdfepjckfdfkekhahlndjgd
Oficjalny URL https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd
Opis Creates a music playlist using YouTube links found on any webpage you a viewing
Rozmiar pliku 107 KB
Liczba instalacji 43
Aktualna Wersja 0.0.0.7
Ostatnia Aktualizacja 2015-06-01
Data Publikacji 2015-06-01
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper http://www.barryowens.net/sequent
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.barryowens.net/sequent/main.html
Obsługiwane Języki 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"
    ]
}