Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Co je Netflix Tweaks?
Netflix Tweaks je rozšíření Chrome vyvinuté Bernhard Caspar, a jeho hlavní funkcí je „Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Netflix Tweaks
Stáhněte si soubory rozšíření Netflix Tweaks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | bdfekokoflbjbmdbpidnaechcechkbbg |
| Oficiální URL | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
| Popis | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
| Velikost souboru | 57.79 KB |
| Počet instalací | 581 |
| Aktuální Verze | 0.3 |
| Poslední Aktualizace | 2018-12-17 |
| Datum Vydání | 2018-12-17 |
| Hodnocení | 5.00/5 Celkem 6 Hodnocení |
| Vývojář | Bernhard Caspar |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/bernhardc/netflix-tweaks |
| Podporované Jazyky | 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"
]
}
]
} | |