Beatport Grabber
Extension for cataloging and saving your favorite music on Beatport.com
什么是Beatport Grabber?
Beatport Grabber是由andrey.shaurov开发的Chrome扩展程序,该扩展的主要功能是“Extension for cataloging and saving your favorite music on Beatport.com”。
扩展截图
下载Beatport Grabber扩展crx文件
下载Beatport Grabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
After installing the extension , you can create music wishlistslists on the https://beatport.com. Save your favorite tracks and releases for later.
You can create playlists for tracks and releases. Use a convenient search on a saved collection. 扩展基本信息
| 名称 | |
| ID | mfmgffebnohdeaejlhbmddgagmacabhg |
| 官方URL | https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg |
| 简介 | Extension for cataloging and saving your favorite music on Beatport.com |
| 文件大小 | 137 KB |
| 安装次数 | 252 |
| 当前版本 | 1.1.4 |
| 更新时间 | 2020-07-04 |
| 上架时间 | 2020-07-04 |
| 开发者 | andrey.shaurov |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Beatport Grabber",
"description": "Extension for cataloging and saving your favorite music on Beatport.com",
"version": "1.1.4",
"manifest_version": 2,
"icons": {
"128": "icons\/beatport-logo.png"
},
"browser_action": {
"default_icon": "icons\/beatport-logo.png",
"default_title": "Beatport Grabber",
"default_popup": "popup\/popup.html"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |