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
公式URL 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
Eメール [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"
    }
}