Youtube Plus
Experience seamless video control like never before with our customizable playback speed feature for MP4 videos. Watch and…
什么是Youtube Plus?
Youtube Plus是由TalentedB开发的Chrome扩展程序,该扩展的主要功能是“Experience seamless video control like never before with our customizable playback speed feature for MP4 videos. Watch and…”。
扩展截图
下载Youtube Plus扩展crx文件
下载Youtube Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Experience seamless video control like never before with our customizable playback speed feature for MP4 videos. Watch and comprehend content at your own pace with ease. Our extension also comes equipped with an ad-skipping feature for YouTube videos, ensuring an uninterrupted viewing experience. Additionally, our extension includes a volume changer feature that allows you to adjust the volume of any video playing, even above or below 100%. No more frustration with slow videos, annoying ads, or limited volume control. Download our extension today and elevate your video playback experience to the next level.
扩展基本信息
名称 | Youtube Plus |
ID | cedpplfbcjacmflnlglnebkglbibkegk |
官方URL | https://chromewebstore.google.com/detail/youtube-plus/cedpplfbcjacmflnlglnebkglbibkegk |
简介 | Experience seamless video control like never before with our customizable playback speed feature for MP4 videos. Watch and… |
文件大小 | 70.09 KB |
安装次数 | 60 |
当前版本 | 1.0 |
更新时间 | 2023-02-25 |
上架时间 | 2023-02-21 |
评分 | 5.00/5 共9次评分 |
开发者 | TalentedB |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/TalentedB/Youtube-Plus |
帮助页面URL | https://github.com/TalentedB/Youtube-Plus |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Plus", "version": "1.0", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_title": "Youtube Plus", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "adskipper.js" ], "run_at": "document_start", "world": "MAIN" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "volumeInject.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "scripting", "activeTab" ] } |