Netflix font increase

Simple netflix extenstion for changing font size

什麼是Netflix font increase?

Netflix font increase是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Simple netflix extenstion for changing font size”。

擴展截圖

screenshot

下載Netflix font increase擴展crx文件

下載Netflix font increase擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Netflix font increase Netflix font increase
ID ngamcnbnhhpjondnfloedopafiachnhf
官方網址 https://chromewebstore.google.com/detail/netflix-font-increase/ngamcnbnhhpjondnfloedopafiachnhf
簡介 Simple netflix extenstion for changing font size
檔案大小 9.53 KB
安裝次數 57
目前版本 1.1
更新時間 2022-01-21
上架時間 2022-01-19
評分 5.00/5 共 3 次評分
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}