Youtube Playlist Duration Calculator

Displays youtube playlist remaining watching time.

Co to jest Youtube Playlist Duration Calculator?

Youtube Playlist Duration Calculator to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Displays youtube playlist remaining watching time.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube Playlist Duration Calculator

Pobierz pliki rozszerzeń Youtube Playlist Duration Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension display the remaining watch time of any youtube playlist !

Source code : 
https://github.com/adblanc/youtube-playlist-duration                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Playlist Duration Calculator Youtube Playlist Duration Calculator
ID flkamnloonejpkclncceejohhpfckldm
Oficjalny URL https://chromewebstore.google.com/detail/youtube-playlist-duration/flkamnloonejpkclncceejohhpfckldm
Opis Displays youtube playlist remaining watching time.
Rozmiar pliku 121 KB
Liczba instalacji 429
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2020-03-23
Data Publikacji 2020-03-23
Ocena 2.00/5 Łącznie 10 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/adblanc/youtube-playlist-duration
Adres URL Strony Pomocy https://github.com/adblanc/youtube-playlist-duration
Obsługiwane Języki 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"
}