PIP Progress

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

Vad är PIP Progress?

PIP Progress är en Chrome-tillägg utvecklad av videozang, och dess huvudfunktion är "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".

Tilläggsskärmbilder

screenshot

Ladda ner PIP Progress-förlängningens CRX-fil

Ladda ner PIP Progress-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn PIP Progress PIP Progress
ID ppolnlcdkhoijpacncboankcnpbgafem
Officiell webbadress https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem
Beskrivning When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Filstorlek 77.09 KB
Antal Installationer 23
Aktuell Version 0.3
Senast Uppdaterad 2020-09-07
Publiceringsdatum 2020-09-02
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare videozang
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://youtube-playlist-randomizer.bitbucket.io/
Stödda Språk 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"
    ]
}