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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | knglmjodeneocikihhehegeifgabkjfa |
官方網址 | 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" } } |