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 |
| 公式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 |
| Eメール | [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"
]
} | |