Netflix font increase

Simple netflix extenstion for changing font size

Apa itu Netflix font increase?

Netflix font increase adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simple netflix extenstion for changing font size".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Netflix font increase

Unduh file ekstensi Netflix font increase 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

                        Simple Netflix extenstion for changing the font size. Two buttons appears in top right corner plus and minus                    

Informasi Dasar Ekstensi

Nama Netflix font increase Netflix font increase
ID ngamcnbnhhpjondnfloedopafiachnhf
URL Resmi https://chromewebstore.google.com/detail/netflix-font-increase/ngamcnbnhhpjondnfloedopafiachnhf
Deskripsi Simple netflix extenstion for changing font size
Ukuran File 9.53 KB
Jumlah Instalasi 57
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-01-21
Tanggal Publikasi 2022-01-19
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix font increase",
    "version": "1.1",
    "description": "Simple netflix extenstion for changing font size",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/netflix.com\/watch\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}