Youtube Playlist Duration Calculator
Displays youtube playlist remaining watching time.
Wat is Youtube Playlist Duration Calculator?
Youtube Playlist Duration Calculator is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Displays youtube playlist remaining watching time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Playlist Duration Calculator
Download Youtube Playlist Duration Calculator-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
This extension display the remaining watch time of any youtube playlist !
Source code :
https://github.com/adblanc/youtube-playlist-duration Basisinformatie over de Extensie
| Naam | |
| ID | flkamnloonejpkclncceejohhpfckldm |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/flkamnloonejpkclncceejohhpfckldm |
| Beschrijving | Displays youtube playlist remaining watching time. |
| Bestandsgrootte | 121 KB |
| Aantal Installaties | 429 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2020-03-23 |
| Publicatiedatum | 2020-03-23 |
| Beoordeling | 2.00/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/adblanc/youtube-playlist-duration |
| Help Pagina-URL | https://github.com/adblanc/youtube-playlist-duration |
| Ondersteunde Talen | 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"
} | |