Everything Music

Everything Music - Listen, learn and feel the music

Everything Musicとは何ですか?

Everything Musicはgregnorton89によって開発されたChromeの拡張機能で、その主な機能は「Everything Music - Listen, learn and feel the music」です。

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

screenshot

Everything Music拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        'Everything Music' is a new-tab extension featuring a wide range of tools and information from the music world, allowing music lovers to explore this field by a quick and simple search.

By installing this extension and its' Search services you herby accept its' Privacy Policy and Terms of Use.

The Search features within this extension will be provided by Bing.                    

拡張機能の基本情報

名前 Everything Music Everything Music
ID dmognbkkffnaaplbfceebdflinpanjfl
公式URL https://chromewebstore.google.com/detail/everything-music/dmognbkkffnaaplbfceebdflinpanjfl
説明 Everything Music - Listen, learn and feel the music
ファイルサイズ 579 KB
インストール数 45,209
現在のバージョン 3.2
最終更新日 2023-05-25
公開日 2022-10-05
開発者 gregnorton89
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://emusicnet.co/
ヘルプページのURL https://emusicnet.co/#contact-us
プライバシーポリシーページのURL https://emusicnet.co/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Everything Music",
    "description": "Everything Music - Listen, learn and feel the music",
    "version": "3.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "search.html"
    },
    "host_permissions": [
        "https:\/\/*.emusicnet.co\/*"
    ],
    "icons": {
        "128": "img\/logo_128.png"
    }
}