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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}