Shorts Time
Shorts Time
什么是Shorts Time?
Shorts Time是由Vladymyr Borblyk开发的Chrome扩展程序,该扩展的主要功能是“Shorts Time”。
扩展截图
下载Shorts Time扩展crx文件
下载Shorts Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC
扩展基本信息
名称 | Shorts Time |
ID | ghobmafihaocpjpnafajjffknganmkpk |
官方URL | https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk |
简介 | Shorts Time |
文件大小 | 173 KB |
安装次数 | 44 |
当前版本 | 1.0 |
更新时间 | 2023-08-16 |
上架时间 | 2023-08-16 |
评分 | 5.00/5 共1次评分 |
开发者 | Vladymyr Borblyk |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://mozgion.com/ |
帮助页面URL | https://mozgion.com/contacts/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_icon": { "128": "icon_128.png" }, "default_title": "Shorts Time", "default_popup": "popup.html" }, "name": "Shorts Time", "description": "Shorts Time", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/app.js" ], "css": [ "\/style.css" ], "run_at": "document_end" } ] } |