PIP Next

When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…

Что такое PIP Next?

PIP Next - это расширение Chrome, разработанное videozang, и его основная функция - "When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…".

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

screenshot

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

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

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

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track button on the PIP screen. You have to go back to the original tab to use the next button. It is very annoying while you are browsing other tabs.

With this extension, the player will forward to next video each time you click it (you'd better to pin it).                    

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

Название PIP Next PIP Next
ID kiliibbgffnhndgbcpljbeihimcojagc
Официальный URL https://chromewebstore.google.com/detail/pip-next/kiliibbgffnhndgbcpljbeihimcojagc
Описание When using https://youtube-playlist-randomizer.bitbucket.io/ to shuffle you playlist and run in PIP mode, there is no next track…
Размер файла 22.2 KB
Количество установок 48
Текущая Версия 0.3
Последнее Обновление 2020-08-26
Дата публикации 2020-08-24
Рейтинг 5.00/5 Всего 2 оценок
Разработчик videozang
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://youtube-playlist-randomizer.bitbucket.io/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PIP Next",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube-playlist-randomizer.bitbucket.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}