Youtube Channel Playlist

This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Что такое Youtube Channel Playlist?

Youtube Channel Playlist - это расширение Chrome, разработанное Hornobster, и его основная функция - "This extension will start playing the channel playlist of uploaded videos, starting from the current one.".

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

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

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

                        This extension will start playing the channel playlist of uploaded videos, starting from the current one.

Instructions:

- Open a Youtube video
- Click on Youtube Channel Playlist icon
- Enjoy your playlist!                    

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

Название Youtube Channel Playlist Youtube Channel Playlist
ID ookpplnjaaifdpfafceoaibpcdhigggi
Официальный URL https://chrome.google.com/webstore/detail/youtube-channel-playlist/ookpplnjaaifdpfafceoaibpcdhigggi
Описание This extension will start playing the channel playlist of uploaded videos, starting from the current one.
Размер файла 14.03 KB
Количество установок 33
Текущая Версия 1.1.3
Последнее Обновление 2015-02-07
Дата публикации 2015-02-07
Рейтинг 3.00/5 Всего 4 оценок
Разработчик Hornobster
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Channel Playlist",
    "short_name": "YTPlaylist",
    "description": "This extension will start playing the channel playlist of uploaded videos, starting from the current one.",
    "version": "1.1.3",
    "permissions": [
        "activeTab",
        "https:\/\/www.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "action.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Start playlist"
    }
}