Netflix Tweaks

Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…

Qu'est-ce que Netflix Tweaks ?

Netflix Tweaks est une extension Chrome développée par Bernhard Caspar, et sa fonction principale est "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Netflix Tweaks

Téléchargez les fichiers d'extension Netflix Tweaks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Netflix Tweaks Netflix Tweaks
ID bdfekokoflbjbmdbpidnaechcechkbbg
URL Officiel https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg
Description Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Taille du Fichier 57.79 KB
Nombre d'Installations 581
Version Actuelle 0.3
Dernière Mise à Jour 2018-12-17
Date de Publication 2018-12-17
Évaluation 5.00/5 Total 6 Évaluations
Développeur Bernhard Caspar
Type de Paiement free
Site Web de l'Extension https://github.com/bernhardc/netflix-tweaks
Langues Prises en Charge 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"
            ]
        }
    ]
}