Youtube caption indicator
Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…
Co to jest Youtube caption indicator?
Youtube caption indicator to rozszerzenie Chrome opracowane przez bperel, a jego główną funkcją jest „Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube caption indicator
Pobierz pliki rozszerzeń Youtube caption indicator 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
Ever wondered if a YouTube video is subtitled in your language, without having to open it ?
Youtube caption indicator adds language-specific closed caption indicators below the description of each video among Youtube search results and "similar videos" panels. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | chajkagpcfnnjhcggboigcmbfmgeijin |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-caption-indicator/chajkagpcfnnjhcggboigcmbfmgeijin |
| Opis | Ever wondered if a YouTube video is subtitled in your language, without having to open it ? Youtube caption indicator adds… |
| Rozmiar pliku | 38.56 KB |
| Liczba instalacji | 1,106 |
| Aktualna Wersja | 0.3.4 |
| Ostatnia Aktualizacja | 2017-10-08 |
| Data Publikacji | 2017-10-08 |
| Ocena | 3.27/5 Łącznie 11 Oceny |
| Deweloper | bperel |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/bperel/youtube-caption-indicator |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube caption indicator",
"short_name": "Youtube caption indicator",
"version": "0.3.4",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"jquery.min.js",
"youtube-caption-indicator.js"
]
}
],
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"storage",
"https:\/\/*\/*"
],
"applications": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0"
}
}
} | |