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.
拡張機能の基本情報
名前 | Beatport Grabber |
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 |
Eメール | [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'" } |