Netflix Subtitle Options

Netflix Subtitle Options - Improve the visibility of Netflix subtitles

Apa itu Netflix Subtitle Options?

Netflix Subtitle Options adalah ekstensi Chrome yang dikembangkan oleh Alex Rodin, dan fitur utamanya adalah "Netflix Subtitle Options - Improve the visibility of Netflix subtitles".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Netflix Subtitle Options

Unduh file ekstensi Netflix Subtitle Options 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

                        It allows you to configure readable color, background color and font size.                    

Informasi Dasar Ekstensi

Nama Netflix Subtitle Options Netflix Subtitle Options
ID njkchmhhbhjahniclpoegjnfmkdlbfic
URL Resmi https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic
Deskripsi Netflix Subtitle Options - Improve the visibility of Netflix subtitles
Ukuran File 9.9 KB
Jumlah Instalasi 3,000
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-11-14
Tanggal Publikasi 2017-11-14
Penilaian 3.92/5 Total 13 Penilaian
Pengembang Alex Rodin
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.htm"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.htm",
        "default_title": "Netflix Subtitle Options"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Netflix Subtitle Options - Improve the visibility of Netflix subtitles",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Subtitle Options",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "0.0.2"
}