Sound Enhancement

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

Sound Enhancement là gì?

Sound Enhancement là một tiện ích mở rộng Chrome được phát triển bởi denver.lorence, và tính năng chính của nó là "The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sound Enhancement

Tải xuống các tệp mở rộng Sound Enhancement dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sound Enhancement Sound Enhancement
ID jnfbbgcbjbmndefaeopjlicndkpoiijj
URL Chính Thức https://chromewebstore.google.com/detail/sound-enhancement/jnfbbgcbjbmndefaeopjlicndkpoiijj
Mô tả The must-have extension to improve sound quality of online music services, such as YouTube, Vimeo, SoundClouds, Netflix etc.
Kích Thước Tệp 82.92 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-11-08
Ngày Phát Hành 2020-05-28
Đánh Giá 4.48/5 Tổng số 98 Đánh Giá
Nhà Phát Triển denver.lorence
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://soundenhancementextension.com/
URL Trang Trợ Giúp https://sites.google.com/view/crx/home
Ngôn Ngữ Được Hỗ Trợ 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'"
}