TikTok Volume Control

Useful volume control for TikTok

什么是TikTok Volume Control?

TikTok Volume Control是由Anton Neverov开发的Chrome扩展程序,该扩展的主要功能是“Useful volume control for TikTok”。

扩展截图

screenshot
screenshot
screenshot

下载TikTok Volume Control扩展crx文件

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

扩展使用说明

                        Adds a volume control at left bottom corner to TikTok web client.

TikTok don't have ability to control volume of videos. This extension resolve this problem with volume control at bottom left corner on all pages of tiktok.com. Also, it has save last value of volume on page reload.                    

扩展基本信息

名称 TikTok Volume Control TikTok Volume Control
ID fjbekbenjkbhfhhicfcabohpokiodpem
官方URL https://chrome.google.com/webstore/detail/tiktok-volume-control/fjbekbenjkbhfhhicfcabohpokiodpem
简介 Useful volume control for TikTok
文件大小 17.6 KB
安装次数 89
当前版本 1.0
更新时间 2021-07-24
上架时间 2021-07-24
评分 5.00/5 共2次评分
开发者 Anton Neverov
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikTok Volume Control",
    "description": "Useful volume control for TikTok",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/img\/icons\/16.png",
        "32": "\/img\/icons\/32.png",
        "48": "\/img\/icons\/48.png",
        "128": "\/img\/icons\/128.png"
    }
}