Unsubtitle for Netflix

Remove forced Netflix subtitles.

Τι είναι το Unsubtitle for Netflix;

Το Unsubtitle for Netflix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonathan Duarte, και η κύρια λειτουργία του είναι "Remove forced Netflix subtitles.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Unsubtitle for Netflix

Λήψη αρχείων επέκτασης Unsubtitle for Netflix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The problem: Some shows on Netflix can’t have their subtitles turned off for some reason, but we think you should have the option to do that, so we created Unsubtitle.

The solution: Unsubtitle is a small extension that removes subtitles from any show on Netflix instantaneously. This is specially good for people studying foreign languages or those annoyed by the clutter it creates on the screen.

Safe: The extension doesn’t have access to anything in your Netflix account — it just changes the current screen that’s being rendered in your browser at the time you click the button. To turn subtitles back on, just click the icon again.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unsubtitle for Netflix Unsubtitle for Netflix
ID fhallfieahekmidfbaeobbdiajlmapfg
Επίσημο URL https://chrome.google.com/webstore/detail/unsubtitle-for-netflix/fhallfieahekmidfbaeobbdiajlmapfg
Περιγραφή Remove forced Netflix subtitles.
Μέγεθος Αρχείου 41.6 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2015-05-12
Ημερομηνία Δημοσίευσης 2015-05-12
Αξιολόγηση 4.88/5 Συνολικά 77 Αξιολογήσεις
Προγραμματιστής Jonathan Duarte
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsubtitle for Netflix",
    "description": "Remove forced Netflix subtitles.",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Remove subtitles",
        "default_icon": "19.png"
    },
    "icons": {
        "16": "16.png",
        "19": "19.png",
        "24": "24.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}