PIP Progress

When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…

Что такое PIP Progress?

PIP Progress - это расширение Chrome, разработанное videozang, и его основная функция - "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".

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

screenshot

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

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

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

                        When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, 
With this extension, you will see the progress of current video through the icon change and the tooltip on the icon (you'd better to pin it).                    

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

Название PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
Официальный URL https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
Описание When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Размер файла 77.09 KB
Количество установок 23
Текущая Версия 0.3
Последнее Обновление 2020-09-07
Дата публикации 2020-09-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик 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 Progress",
    "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"
        ]
    },
    "permissions": [
        "tabs"
    ]
}