PIP Progress

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

What is PIP Progress?

PIP Progress is a Chrome extension developed by videozang, and its main feature is "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".

Extension Screenshots

screenshot

Download PIP Progress Extension CRX File

Download PIP Progress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
Official URL https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
Description When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
File Size 77.09 KB
Installation Count 23
Current Version 0.3
Last Updated 2020-09-07
Publish Date 2020-09-02
Rating 5.00/5 Total 1 Ratings
Developer videozang
Email [email protected]
Payment Type free
Extension Website https://youtube-playlist-randomizer.bitbucket.io/
Supported Languages 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"
    ]
}