Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Vad är Netflix Tweaks?
Netflix Tweaks är en Chrome-tillägg utvecklad av Bernhard Caspar, och dess huvudfunktion är "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".
Tilläggsskärmbilder
Ladda ner Netflix Tweaks-förlängningens CRX-fil
Ladda ner Netflix Tweaks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | bdfekokoflbjbmdbpidnaechcechkbbg |
| Officiell webbadress | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
| Beskrivning | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
| Filstorlek | 57.79 KB |
| Antal Installationer | 581 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2018-12-17 |
| Publiceringsdatum | 2018-12-17 |
| Betyg | 5.00/5 Totalt 6 Betyg |
| Utvecklare | Bernhard Caspar |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/bernhardc/netflix-tweaks |
| Stödda Språk | 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"
]
}
]
} | |