Netflix font increase

Simple netflix extenstion for changing font size

What is Netflix font increase?

Netflix font increase is a Chrome extension developed by Unknown, and its main feature is "Simple netflix extenstion for changing font size".

Extension Screenshots

screenshot

Download Netflix font increase Extension CRX File

Download Netflix font increase extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Netflix font increase Netflix font increase
ID ngamcnbnhhpjondnfloedopafiachnhf
Official URL https://chromewebstore.google.com/detail/netflix-font-increase/ngamcnbnhhpjondnfloedopafiachnhf
Description Simple netflix extenstion for changing font size
File Size 9.53 KB
Installation Count 57
Current Version 1.1
Last Updated 2022-01-21
Publish Date 2022-01-19
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}