DZRQueueKeeper
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
什么是DZRQueueKeeper?
DZRQueueKeeper是由_SuckMyLuck开发的Chrome扩展程序,该扩展的主要功能是“Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!”。
扩展截图
下载DZRQueueKeeper扩展crx文件
下载DZRQueueKeeper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices! 扩展基本信息
| 名称 | |
| ID | ielmojibkdphejjmkggejcjgclchomlg |
| 官方URL | https://chromewebstore.google.com/detail/dzrqueuekeeper/ielmojibkdphejjmkggejcjgclchomlg |
| 简介 | Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices! |
| 文件大小 | 30.82 KB |
| 安装次数 | 2,465 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2016-02-24 |
| 上架时间 | 2016-02-24 |
| 评分 | 2.51/5 共57次评分 |
| 开发者 | _SuckMyLuck |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DZRQueueKeeper",
"version": "1.0.1",
"description": "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!",
"manifest_version": 2,
"permissions": [
"storage"
],
"icons": {
"16": "\/assets\/images\/icon16.png",
"48": "\/assets\/images\/icon48.png",
"128": "\/assets\/images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.deezer.com\/*"
],
"js": [
"\/assets\/js\/include.js"
],
"all_frames": false,
"run_at": "document_idle"
}
]
} | |