Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
什么是Reply Videos Tweak For Youtube?
Reply Videos Tweak For Youtube是由Zenunity开发的Chrome扩展程序,该扩展的主要功能是“Enables autoreplay of a YouTube™ videos”。
扩展截图
下载Reply Videos Tweak For Youtube扩展crx文件
下载Reply Videos Tweak For Youtube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
扩展基本信息
名称 | |
ID | kijcidehmghliocaelamimgiaiogcjal |
官方URL | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
简介 | Enables autoreplay of a YouTube™ videos |
文件大小 | 12.71 KB |
安装次数 | 22,426 |
当前版本 | 1.3 |
更新时间 | 2021-02-12 |
上架时间 | 2021-02-11 |
评分 | 2.74/5 共491次评分 |
开发者 | Zenunity |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://4kdownloader.net/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |