Netflix Progress Bar

Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar

Netflix Progress Barとは何ですか?

Netflix Progress Barはbggrundによって開発されたChromeの拡張機能で、その主な機能は「Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar」です。

拡張機能のスクリーンショット

screenshot

Netflix Progress Bar拡張機能のCRXファイルをダウンロード

Netflix Progress Bar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a permanent progress bar below Netflix videos. Works in fullscreen.

Source: https://github.com/bggrund/NetflixProgressBar                    

拡張機能の基本情報

名前 Netflix Progress Bar Netflix Progress Bar
ID fgfpffcjpmpnlfkibffdeddjohgbieka
公式URL https://chromewebstore.google.com/detail/netflix-progress-bar/fgfpffcjpmpnlfkibffdeddjohgbieka
説明 Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar
ファイルサイズ 5.56 KB
インストール数 35
現在のバージョン 1.0
最終更新日 2021-07-19
公開日 2021-07-18
開発者 bggrund
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bggrund/NetflixProgressBar
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Progress Bar",
    "version": "1.0",
    "permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_idle"
        }
    ]
}