PIP Progress
When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…
Apa itu PIP Progress?
PIP Progress adalah ekstensi Chrome yang dikembangkan oleh videozang, dan fitur utamanya adalah "When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PIP Progress
Unduh file ekstensi PIP Progress dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | PIP Progress |
ID | ppolnlcdkhoijpacncboankcnpbgafem |
URL Resmi | https://chromewebstore.google.com/detail/pip-progress/ppolnlcdkhoijpacncboankcnpbgafem |
Deskripsi | When using https://youtube-playlist-randomizer.bitbucket.io/ to play your video list, With this extension, you will see the… |
Ukuran File | 77.09 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2020-09-07 |
Tanggal Publikasi | 2020-09-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | videozang |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://youtube-playlist-randomizer.bitbucket.io/ |
Bahasa yang Didukung | 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" ] } |