Delta for YouTube
Show a time difference in the YouTube progress bar.
Co to jest Delta for YouTube?
Delta for YouTube to rozszerzenie Chrome opracowane przez nickells, a jego główną funkcją jest „Show a time difference in the YouTube progress bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Delta for YouTube
Pobierz pliki rozszerzeń Delta for YouTube 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
Adds a time difference (example: +0:30) for the time under a cursor in YouTube so you can jump around with confidence.
Podstawowe informacje o rozszerzeniu
Nazwa | Delta for YouTube |
ID | ofbfdabicijcdjoeemcgabeeapciibbf |
Oficjalny URL | https://chromewebstore.google.com/detail/delta-for-youtube/ofbfdabicijcdjoeemcgabeeapciibbf |
Opis | Show a time difference in the YouTube progress bar. |
Rozmiar pliku | 678 KB |
Liczba instalacji | 1,373 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2016-11-20 |
Data Publikacji | 2016-11-20 |
Ocena | 4.86/5 Łącznie 7 Oceny |
Deweloper | nickells |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delta for YouTube", "short_name": "Delta", "description": "Show a time difference in the YouTube progress bar.", "version": "1.5", "icons": { "16": "icons\/delta-16.png", "48": "icons\/delta-48.png", "128": "icons\/delta-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "delta.css" ], "js": [ "node_modules\/moment\/min\/moment.min.js", "delta.js" ] } ] } |