Youtube Shorts auto next!
Auto playing next video when the current short is finished Show video percent progress on search bar
什么是Youtube Shorts auto next!?
Youtube Shorts auto next!是由pdkhanh93开发的Chrome扩展程序,该扩展的主要功能是“Auto playing next video when the current short is finished Show video percent progress on search bar”。
扩展截图
下载Youtube Shorts auto next!扩展crx文件
下载Youtube Shorts auto next!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto playing next video when the current short is finished Show video percent progress on search bar
扩展基本信息
名称 | Youtube Shorts auto next! |
ID | hmkficiecfdldaeogohkfcndomnigbjp |
官方URL | https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp |
简介 | Auto playing next video when the current short is finished Show video percent progress on search bar |
文件大小 | 4.21 KB |
安装次数 | 13 |
当前版本 | 1.0 |
更新时间 | 2023-06-21 |
上架时间 | 2023-06-21 |
开发者 | pdkhanh93 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Shorts auto next!", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "hello.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "background.js" ], "css": [ "youtube.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |