ytloop
Automatically replay the video in Youtube by default.
什么是ytloop?
ytloop是由ikaflower开发的Chrome扩展程序,该扩展的主要功能是“Automatically replay the video in Youtube by default.”。
扩展截图
下载ytloop扩展crx文件
下载ytloop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can play Youtube video endlessly by default. In other words, This automatically replay the video clip. 扩展基本信息
| 名称 | |
| ID | elcnaihlaknobdaoafljjbpbdobaccpp |
| 官方URL | https://chromewebstore.google.com/detail/ytloop/elcnaihlaknobdaoafljjbpbdobaccpp |
| 简介 | Automatically replay the video in Youtube by default. |
| 文件大小 | 11.64 KB |
| 安装次数 | 17 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2013-07-16 |
| 上架时间 | 2013-07-16 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | ikaflower |
| 付费类型 | free |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ytloop",
"version": "1.0.2",
"description": "__MSG_appDesc__",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/watch*"
],
"js": [
"ytloop.js"
]
}
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
}
} | |