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
电子邮箱 [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"
    }
}