Netflix with Elapsed Time

Netflix with Elapsed Time displays the elapsed time from the beginning.

Netflix with Elapsed Timeとは何ですか?

Netflix with Elapsed TimeはJoseph Mpo Yetiによって開発されたChromeの拡張機能で、その主な機能は「Netflix with Elapsed Time displays the elapsed time from the beginning.」です。

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

screenshot

Netflix with Elapsed Time拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Netflix with Elapsed Time displays the elapsed time from the beginning. If it does not work from the start, simply reload the page. It will only work when actually watching a video. Please, rate and leave a review if you like this extension. I would also appreciate any feedback on how to give you a better experience.                    

拡張機能の基本情報

名前 Netflix with Elapsed Time Netflix with Elapsed Time
ID knglmjodeneocikihhehegeifgabkjfa
公式URL https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa
説明 Netflix with Elapsed Time displays the elapsed time from the beginning.
ファイルサイズ 25.48 KB
インストール数 1,067
現在のバージョン 2.2.0
最終更新日 2024-01-12
公開日 2020-07-04
評価 4.23/5 合計 13 レビュー
開発者 Joseph Mpo Yeti
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netflix with Elapsed Time",
    "version": "2.2.0",
    "author": "Joseph Mpo Yeti",
    "description": "Netflix with Elapsed Time displays the elapsed time from the beginning.",
    "host_permissions": [
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/main.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "action": {
        "default_title": "Netflix with Elapsed Time",
        "default_icon": {
            "512": "img\/icon512.png"
        }
    },
    "icons": {
        "64": "img\/icon64.png",
        "128": "img\/icon128.png",
        "512": "img\/icon512.png"
    }
}