Sequent

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

ما هو Sequent؟

Sequent هو إضافة Chrome تم تطويرها بواسطة http://www.barryowens.net/sequent، والميزة الرئيسية لها هي "Creates a music playlist using YouTube links found on any webpage you a viewing".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Sequent

قم بتنزيل ملفات الامتداد Sequent بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}