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. 擴展基本資訊
| 名稱 | |
| ID | cpclgpmoofkhnkknhcpoajpeoliceijp |
| 官方網址 | 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"
]
} | |