Youtube Repeater
Repeat Youtube Videos that you like
什么是Youtube Repeater?
Youtube Repeater是由https://stni.pw开发的Chrome扩展程序,该扩展的主要功能是“Repeat Youtube Videos that you like”。
扩展截图
下载Youtube Repeater扩展crx文件
下载Youtube Repeater扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Repeat Youtube videos, songs, music that you like. A Shitian Ni Project
扩展基本信息
名称 | Youtube Repeater |
ID | dkeedaojkelgaofemnoejkeiklkjkbco |
官方URL | https://chromewebstore.google.com/detail/youtube-repeater/dkeedaojkelgaofemnoejkeiklkjkbco |
简介 | Repeat Youtube Videos that you like |
文件大小 | 43.76 KB |
安装次数 | 217 |
当前版本 | 1.0.3 |
更新时间 | 2016-06-05 |
上架时间 | 2016-06-05 |
评分 | 2.80/5 共5次评分 |
开发者 | https://stni.pw |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Repeater", "short_name": "You-Re", "version": "1.0.3", "manifest_version": 2, "description": "Repeat Youtube Videos that you like", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtu.be\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtu.be\/*" ], "js": [ "jquery.min.js", "content.js" ] } ] } |