YouTube Auto Reply
Extension For auto-repeat Youtube Videos.
什么是YouTube Auto Reply?
YouTube Auto Reply是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Extension For auto-repeat Youtube Videos.”。
扩展截图
下载YouTube Auto Reply扩展crx文件
下载YouTube Auto Reply扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Extension plays YouTube videos repeatedly. Not only YouTube videos, but also YouTube videos linked to other sites can be played repeatedly. A button is added to the bottom right of the video.
扩展基本信息
名称 | YouTube Auto Reply |
ID | kfkkmpmfofgkfnpiaepanikkeoelnbbf |
官方URL | https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf |
简介 | Extension For auto-repeat Youtube Videos. |
文件大小 | 37.34 KB |
安装次数 | 515 |
当前版本 | 1.0.1 |
更新时间 | 2020-03-27 |
上架时间 | 2020-03-26 |
评分 | 5.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.1", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "32": "images\/icon-32.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "scripts\/repeat.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/repeat.png", "images\/repeat-active.png" ] } |