YouTube Subtitles Simultaneously
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Co to jest YouTube Subtitles Simultaneously?
YouTube Subtitles Simultaneously to rozszerzenie Chrome opracowane przez Sách Mềm, a jego główną funkcją jest „Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Subtitles Simultaneously
Pobierz pliki rozszerzeń YouTube Subtitles Simultaneously 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
Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | haokcfniojcjooooonocnfbibkeckgpb |
Oficjalny URL | https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb |
Opis | Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously. |
Rozmiar pliku | 61.39 KB |
Liczba instalacji | 5,000 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-06-09 |
Data Publikacji | 2019-06-08 |
Ocena | 4.22/5 Łącznie 27 Oceny |
Deweloper | Sách Mềm |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Subtitles Simultaneously", "description": "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.", "author": "NTH", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "s.css" ], "js": [ "jquery.js", "cookie.js", "data.js", "extension.js" ] } ], "manifest_version": 2 } |