Youtube Ends At
Displays when a Youtube video will end.
Co to jest Youtube Ends At?
Youtube Ends At to rozszerzenie Chrome opracowane przez https://youtube-extensions.gonguet.com, a jego główną funkcją jest „Displays when a Youtube video will end.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Ends At
Pobierz pliki rozszerzeń Youtube Ends At 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 just displays what time it will be when the video ends, taking playback rate into account. Click on the label to change to "ends in" mode. This currently does not account for SponsorBlock segments.
Podstawowe informacje o rozszerzeniu
Nazwa | Youtube Ends At |
ID | oahgfgokmkpgkbfnedkbbmnogjmfpljd |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd |
Opis | Displays when a Youtube video will end. |
Rozmiar pliku | 18.81 KB |
Liczba instalacji | 232 |
Aktualna Wersja | 1.7.0 |
Ostatnia Aktualizacja | 2022-11-09 |
Data Publikacji | 2021-03-22 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://youtube-extensions.gonguet.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://youtube-extensions.gonguet.com/ |
Obsługiwane Języki | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.7.0", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/content.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |