Beatport Grabber
Extension for cataloging and saving your favorite music on Beatport.com
Beatport Grabber là gì?
Beatport Grabber là một tiện ích mở rộng Chrome được phát triển bởi andrey.shaurov, và tính năng chính của nó là "Extension for cataloging and saving your favorite music on Beatport.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Beatport Grabber
Tải xuống các tệp mở rộng Beatport Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beatport Grabber |
ID | mfmgffebnohdeaejlhbmddgagmacabhg |
URL Chính Thức | https://chromewebstore.google.com/detail/beatport-grabber/mfmgffebnohdeaejlhbmddgagmacabhg |
Mô tả | Extension for cataloging and saving your favorite music on Beatport.com |
Kích Thước Tệp | 137 KB |
Số Lần Cài Đặt | 252 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2020-07-04 |
Ngày Phát Hành | 2020-07-04 |
Nhà Phát Triển | andrey.shaurov |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |