Youtube Ends At
Displays when a Youtube video will end.
什么是Youtube Ends At?
Youtube Ends At是由https://youtube-extensions.gonguet.com开发的Chrome扩展程序,该扩展的主要功能是“Displays when a Youtube video will end.”。
扩展截图
下载Youtube Ends At扩展crx文件
下载Youtube Ends At扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension just displays what time it will be when the video ends, taking playback rate into account. Click on the label to change to "ends in" mode. This currently does not account for SponsorBlock segments.
扩展基本信息
名称 | Youtube Ends At |
ID | oahgfgokmkpgkbfnedkbbmnogjmfpljd |
官方URL | https://chromewebstore.google.com/detail/youtube-ends-at/oahgfgokmkpgkbfnedkbbmnogjmfpljd |
简介 | Displays when a Youtube video will end. |
文件大小 | 18.81 KB |
安装次数 | 232 |
当前版本 | 1.7.0 |
更新时间 | 2022-11-09 |
上架时间 | 2021-03-22 |
评分 | 5.00/5 共3次评分 |
开发者 | https://youtube-extensions.gonguet.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://youtube-extensions.gonguet.com/ |
支持的语言 | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.7.0", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "scripts\/content.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |