TikTok Volume Control

Useful volume control for TikTok

TikTok Volume Controlคืออะไร?

TikTok Volume Control เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Neverov และคุณลักษณะหลักของมันคือ "Useful volume control for TikTok"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikTok Volume Control

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}