InstantQueue for Youtube

Quickest way to watch videos on Youtube!

Что такое InstantQueue for Youtube?

InstantQueue for Youtube - это расширение Chrome, разработанное edabingol, и его основная функция - "Quickest way to watch videos on Youtube!".

Снимки экрана расширения

Скачать файл CRX расширения InstantQueue for Youtube

Скачайте файлы расширений InstantQueue for Youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Quickest way to watch a bunch of videos on Youtube!

- Add, re-order, remove videos quickly using drag-n-drop!
- No management necessary. Close the tab and you're done
- Automatically plays the list for you, playing videos one after another.
- Don't want to lose the list? Export the list you just created to an actual Youtube playlist.

Easy. Simple. Efficient.                    

Основная информация о расширении

Название InstantQueue for Youtube InstantQueue for Youtube
ID pcbfkaibdlhhihdijcodacddmgflalnm
Официальный URL https://chrome.google.com/webstore/detail/instantqueue-for-youtube/pcbfkaibdlhhihdijcodacddmgflalnm
Описание Quickest way to watch videos on Youtube!
Размер файла 462 KB
Количество установок 320
Текущая Версия 0.1
Последнее Обновление 2015-02-26
Дата публикации 2015-02-26
Рейтинг 3.48/5 Всего 27 оценок
Разработчик edabingol
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InstantQueue for Youtube",
    "description": "Quickest way to watch videos on Youtube!",
    "icons": {
        "128": "images\/instant-queue.png"
    },
    "version": "0.1",
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "css": [
                "instant-queue.css"
            ],
            "js": [
                "underscore.js",
                "jquery.js",
                "sortable.js",
                "instant-queue.js"
            ]
        }
    ]
}