Sound Enhancement

The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.

Sound Enhancementとは何ですか?

Sound Enhancementはdenver.lorenceによって開発されたChromeの拡張機能で、その主な機能は「The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.」です。

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

screenshot

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

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

拡張機能の使用方法

                        You are looking a tool to improve sound quality for browser? The Sound Enhancement is a very good tool for you.
You can select sound configuration, such as Pop, Jazz, Rock etc. Otherwise, you can do it manually.

NOTE: If you cannot switch video to the fullscreen mode, please press F11. This is a Chromium bug that Chromium dev still cannot solve yet.

Hope you enjoy it!                    

拡張機能の基本情報

名前 Sound Enhancement Sound Enhancement
ID jnfbbgcbjbmndefaeopjlicndkpoiijj
公式URL https://chromewebstore.google.com/detail/sound-enhancement/jnfbbgcbjbmndefaeopjlicndkpoiijj
説明 The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.
ファイルサイズ 82.92 KB
インストール数 40,000
現在のバージョン 1.0.3
最終更新日 2022-11-08
公開日 2020-05-28
評価 4.48/5 合計 98 レビュー
開発者 denver.lorence
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://soundenhancementextension.com/
ヘルプページのURL https://sites.google.com/view/crx/home
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sound Enhancement",
    "short_name": "Audio Enhancement",
    "description": "The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.",
    "version": "1.0.3",
    "author": "HTCom",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabCapture",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "dist\/pure.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}