TikTok Volume Buddy

Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.

什么是TikTok Volume Buddy?

TikTok Volume Buddy是由devtyl3r开发的Chrome扩展程序,该扩展的主要功能是“Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.”。

扩展截图

下载TikTok Volume Buddy扩展crx文件

下载TikTok Volume Buddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you're tired of your ears being blown up every single time you open a TikTok video that's linked to you, or you're viewing, this extension helps with preventing that. Control and keep your volume across all TikTok videos, with a single slider. Works with multi-tabs, and saves volume in storage, on change.                    

扩展基本信息

名称 TikTok Volume Buddy TikTok Volume Buddy
ID cpclgpmoofkhnkknhcpoajpeoliceijp
官方URL https://chromewebstore.google.com/detail/tiktok-volume-buddy/cpclgpmoofkhnkknhcpoajpeoliceijp
简介 Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.
文件大小 15.56 KB
安装次数 1,722
当前版本 2.0
更新时间 2020-09-02
上架时间 2020-09-02
评分 3.64/5 共14次评分
开发者 devtyl3r
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TikTok Volume Buddy",
    "description": "Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "src\/main.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "src\/volume.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}