PIP Progress

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

Wat is PIP Progress?

PIP Progress is een Chrome-extensie ontwikkeld door videozang, en de belangrijkste functie is "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PIP Progress

Download PIP Progress-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
Officiële URL https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
Beschrijving When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Bestandsgrootte 77.09 KB
Aantal Installaties 23
Huidige Versie 0.3
Laatst Bijgewerkt 2020-09-07
Publicatiedatum 2020-09-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar videozang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://youtube-playlist-randomizer.bitbucket.io/
Ondersteunde Talen 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"
    ]
}