Netflix Unsubtitler

Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…

ما هو Netflix Unsubtitler؟

Netflix Unsubtitler هو إضافة Chrome تم تطويرها بواسطة Guilherme D، والميزة الرئيسية لها هي "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".

تحميل ملف CRX للإضافة Netflix Unsubtitler

قم بتنزيل ملفات الامتداد Netflix Unsubtitler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.                    

معلومات أساسية عن التمديد

الاسم Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
الوصف Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
حجم الملف 11.82 KB
عدد التثبيتات 58
النسخة الحالية 0.0.2
آخر تحديث 2013-09-05
تاريخ النشر 2013-09-05
تقييم 5.00/5 مجموع تقييمات 8
المطور Guilherme D
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.akam.nflximg.com\/soa2\/*"
    ],
    "background": {
        "scripts": [
            "unsubtitler.js"
        ]
    }
}