Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Co to jest Netflix Tweaks?
Netflix Tweaks to rozszerzenie Chrome opracowane przez Bernhard Caspar, a jego główną funkcją jest „Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix Tweaks
Pobierz pliki rozszerzeń Netflix Tweaks 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
Netflix Tweaks
- Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles
- Remove ♪lyrics♪ from subtitles
- Keep the credits rolling in full screen
Options:
You can individually enable/disable the tweaks.
To access the options, either open this URL in chrome:
chrome-extension://bdfekokoflbjbmdbpidnaechcechkbbg/options.html
or go to Chrome Menu → More Tools → Extensions → Netflix Tweaks → Button 'Details' → Extension Options
Source code on Github:
https://github.com/bernhardc/netflix-tweaks Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bdfekokoflbjbmdbpidnaechcechkbbg |
| Oficjalny URL | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
| Opis | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
| Rozmiar pliku | 57.79 KB |
| Liczba instalacji | 581 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2018-12-17 |
| Data Publikacji | 2018-12-17 |
| Ocena | 5.00/5 Łącznie 6 Oceny |
| Deweloper | Bernhard Caspar |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/bernhardc/netflix-tweaks |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Tweaks",
"version": "0.3",
"manifest_version": 2,
"permissions": [
"https:\/\/www.netflix.com\/*",
"storage"
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"https:\/\/www.netflix.com\/*"
],
"js": [
"script.js"
]
}
]
} | |