Netflix subtitles pop-up
Displays the subtitles in a different window
Co to jest Netflix subtitles pop-up?
Netflix subtitles pop-up to rozszerzenie Chrome opracowane przez entibo, a jego główną funkcją jest „Displays the subtitles in a different window”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix subtitles pop-up
Pobierz pliki rozszerzeń Netflix subtitles pop-up 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
When you understand most of the dialog but still like having a reference in case you don't get a word or sentence.
If you any suggestions/comments about how the subtitles are displayed in the window please let me know ! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
| Oficjalny URL | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
| Opis | Displays the subtitles in a different window |
| Rozmiar pliku | 38.64 KB |
| Liczba instalacji | 273 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2019-04-20 |
| Data Publikacji | 2019-04-20 |
| Ocena | 4.29/5 Łącznie 7 Oceny |
| Deweloper | entibo |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix subtitles pop-up",
"version": "1.2",
"description": "Displays the subtitles in a different window",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"*:\/\/*.netflix.com\/*"
],
"content_scripts": [
{
"js": [
"player.js"
],
"matches": [
"*:\/\/*.netflix.com\/watch*"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"manifest_version": 2
} | |