Looper
Loop your favorite youtube music!
什么是Looper?
Looper是由https://www.looper.mzf.cz开发的Chrome扩展程序,该扩展的主要功能是“Loop your favorite youtube music!”。
扩展截图
下载Looper扩展crx文件
下载Looper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you have that song you have to listen all the time but you dont want to click on the playbutton every time ? Well now here is your solution ! With this you can listen to your favorite music 24/7 ! 扩展基本信息
| 名称 | |
| ID | dkhbillepflnnigmailedlidoefkofmg |
| 官方URL | https://chromewebstore.google.com/detail/looper/dkhbillepflnnigmailedlidoefkofmg |
| 简介 | Loop your favorite youtube music! |
| 文件大小 | 5.44 KB |
| 安装次数 | 25 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-11-15 |
| 上架时间 | 2015-11-15 |
| 开发者 | https://www.looper.mzf.cz |
| 付费类型 | free |
| 扩展官网 | http://www.looper.mzf.cz/ |
| 支持的语言 | cs |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Looper",
"description": "Loop your favorite youtube music!",
"version": "1.0",
"permissions": [
"tabs"
],
"browser_action": {
"default_title": "Loop it!",
"default_icon": "loop.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |