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
官方網址 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
電子郵箱 [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'"
}