Netflix Subtitles Customizer

Ever got annoyed with netflix lack of subtitle options? This extension is for you.

Apa itu Netflix Subtitles Customizer?

Netflix Subtitles Customizer adalah ekstensi Chrome yang dikembangkan oleh kwiniarski97, dan fitur utamanya adalah "Ever got annoyed with netflix lack of subtitle options? This extension is for you.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Netflix Subtitles Customizer

Unduh file ekstensi Netflix Subtitles Customizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This extension allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                    

Informasi Dasar Ekstensi

Nama Netflix Subtitles Customizer Netflix Subtitles Customizer
ID dfdonoicdcghnjdleacdfjkgpbdmmjnn
URL Resmi https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn
Deskripsi Ever got annoyed with netflix lack of subtitle options? This extension is for you.
Ukuran File 29.16 KB
Jumlah Instalasi 146
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-10-09
Tanggal Publikasi 2018-10-09
Penilaian 1.00/5 Total 1 Penilaian
Pengembang kwiniarski97
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/kwiniarski97/netflix-sub-customizer
Bahasa yang Didukung en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Subtitles Customizer",
    "short_name": "NSC",
    "version": "1.0",
    "description": "Ever got annoyed with netflix lack of subtitle options? This extension is for you. ",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/netflix.js"
            ]
        }
    ]
}