TikTok Volume Control

Useful volume control for TikTok

What is TikTok Volume Control?

TikTok Volume Control is a Chrome extension developed by Anton Neverov, and its main feature is "Useful volume control for TikTok".

Extension Screenshots

screenshot
screenshot
screenshot

Download TikTok Volume Control Extension CRX File

Download TikTok Volume Control 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

                        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.                    

Extension Basic Information

Name TikTok Volume Control TikTok Volume Control
ID fjbekbenjkbhfhhicfcabohpokiodpem
Official URL https://chrome.google.com/webstore/detail/tiktok-volume-control/fjbekbenjkbhfhhicfcabohpokiodpem
Description Useful volume control for TikTok
File Size 17.6 KB
Installation Count 89
Current Version 1.0
Last Updated 2021-07-24
Publish Date 2021-07-24
Rating 5.00/5 Total 2 Ratings
Developer Anton Neverov
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}