Youtube Playlist Duration Calculator
Displays youtube playlist remaining watching time.
What is Youtube Playlist Duration Calculator?
Youtube Playlist Duration Calculator is a Chrome extension developed by Unknown, and its main feature is "Displays youtube playlist remaining watching time.".
Extension Screenshots
Download Youtube Playlist Duration Calculator Extension CRX File
Download Youtube Playlist Duration Calculator 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
This extension display the remaining watch time of any youtube playlist ! Source code : https://github.com/adblanc/youtube-playlist-duration
Extension Basic Information
Name | Youtube Playlist Duration Calculator |
ID | flkamnloonejpkclncceejohhpfckldm |
Official URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/flkamnloonejpkclncceejohhpfckldm |
Description | Displays youtube playlist remaining watching time. |
File Size | 121 KB |
Installation Count | 429 |
Current Version | 0.1.0 |
Last Updated | 2020-03-23 |
Publish Date | 2020-03-23 |
Rating | 2.00/5 Total 10 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/adblanc/youtube-playlist-duration |
Help Page URL | https://github.com/adblanc/youtube-playlist-duration |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "lib\/script.js" ] } ], "author": "Blanc Adrien" } |