LabelsBase.Beatport

Identify record labels on Beatport which are available on LabelsBase

LabelsBase.Beatportとは何ですか?

LabelsBase.BeatportはDenis Brazhnikovによって開発されたChromeの拡張機能で、その主な機能は「Identify record labels on Beatport which are available on LabelsBase」です。

拡張機能のスクリーンショット

screenshot

LabelsBase.Beatport拡張機能のCRXファイルをダウンロード

LabelsBase.Beatport拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension adds an icon near all the LabelsBase-available labels on beatport.com, so you can easily find the label contacts, links, description etc.                    

拡張機能の基本情報

名前 LabelsBase.Beatport LabelsBase.Beatport
ID hmnnmkppfllhndkjcpdiobhlkpkanace
公式URL https://chromewebstore.google.com/detail/labelsbasebeatport/hmnnmkppfllhndkjcpdiobhlkpkanace
説明 Identify record labels on Beatport which are available on LabelsBase
ファイルサイズ 8.52 KB
インストール数 204
現在のバージョン 0.0.0.5
最終更新日 2020-10-13
公開日 2019-02-03
評価 5.00/5 合計 1 レビュー
開発者 Denis Brazhnikov
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://labelsbase.net
プライバシーポリシーページのURL https://labelsbase.net/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LabelsBase.Beatport",
    "short_name": "LabelsBase.Beatport",
    "description": "Identify record labels on Beatport which are available on LabelsBase",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.beatport.com\/*"
            ],
            "js": [
                "magick.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/app.labelsbase.net\/chrome\/*"
    ],
    "web_accessible_resources": [
        "lb.svg"
    ]
}