Youtube Collector

Collect all Youtube URLs from current page and create a playlist.

Что такое Youtube Collector?

Youtube Collector - это расширение Chrome, разработанное Liviu Ungureanu, и его основная функция - "Collect all Youtube URLs from current page and create a playlist.".

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

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

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

                        Generate an Youtube Playlist with all the Youtube URLs from current page.                    

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

Название Youtube Collector Youtube Collector
ID mmgjmgicmcffhbopcccmlphmecjdnajf
Официальный URL https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf
Описание Collect all Youtube URLs from current page and create a playlist.
Размер файла 6.46 KB
Количество установок 18
Текущая Версия 1.0.1
Последнее Обновление 2015-08-07
Дата публикации 2015-08-07
Разработчик Liviu Ungureanu
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Collector",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Collect all Youtube URLs from current page and create a playlist.",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "init.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        ""
    ]
}