PIP Progress

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

O que é PIP Progress?

PIP Progress é uma extensão do Chrome desenvolvida por videozang, e sua principal característica é "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PIP Progress

Baixe arquivos de extensão PIP Progress no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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).                    

Informações Básicas da Extensão

Nome PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
URL Oficial https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
Descrição When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Tamanho do Arquivo 77.09 KB
Contagem de Instalações 23
Versão Atual 0.3
Última Atualização 2020-09-07
Data de Publicação 2020-09-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor videozang
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://youtube-playlist-randomizer.bitbucket.io/
Idiomas Suportados 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"
    ]
}