Volume Louder - 音量控制器

音量提升高达600%

What is Volume Louder - 音量控制器?

Volume Louder - 音量控制器 is a Chrome extension developed by tomxuxu, and its main feature is "音量提升高达600%".

Extension Screenshots

screenshot

Download Volume Louder - 音量控制器 Extension CRX File

Download Volume Louder - 音量控制器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        提高网页音量,最高可提高音量600%,在网页中点击Icon,就可以控制音量                    

Extension Basic Information

Name Volume Louder - 音量控制器 Volume Louder - 音量控制器
ID fjlmgimakopmkahahigndjkclboenhde
Official URL https://chrome.google.com/webstore/detail/volume-louder-%E9%9F%B3%E9%87%8F%E6%8E%A7%E5%88%B6%E5%99%A8/fjlmgimakopmkahahigndjkclboenhde
Description 音量提升高达600%
File Size 170 KB
Installation Count 183
Current Version 2.0.0
Last Updated 2021-12-05
Publish Date 2021-12-05
Rating 5.00/5 Total 3 Ratings
Developer tomxuxu
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pictureknow.com/protocol
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "version": "2.0.0",
    "description": "__MSG_desc__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [],
    "background": {
        "scripts": [
            "js\/init.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy",
        "management",
        "webRequest",
        "tabCapture",
        "activeTab",
        "storage",
        "chrome:\/\/favicon\/*",
        "",
        "*:\/\/*.pictureknow.com\/*"
    ],
    "optional_permissions": [],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "zh_CN"
}