Tiktok Audio Control
Control the audio of the video player on tiktoks web client
Tiktok Audio Controlとは何ですか?
Tiktok Audio ControlはMeeohによって開発されたChromeの拡張機能で、その主な機能は「Control the audio of the video player on tiktoks web client」です。
拡張機能のスクリーンショット
Tiktok Audio Control拡張機能のCRXファイルをダウンロード
Tiktok Audio Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a plus and minus volume button and automatically sets the default tiktok volume on chrome to 10%. Increments are 5% but are customizable from the options page!
拡張機能の基本情報
名前 | |
ID | gkkbemmahdfblbnggbdbfhhdbmajpcab |
公式URL | https://chrome.google.com/webstore/detail/tiktok-audio-control/gkkbemmahdfblbnggbdbfhhdbmajpcab |
説明 | Control the audio of the video player on tiktoks web client |
ファイルサイズ | 39.65 KB |
インストール数 | 4,000 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-08-25 |
公開日 | 2020-06-24 |
評価 | 3.58/5 合計 31 レビュー |
開発者 | Meeoh |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiktok Audio Control", "options_ui": { "page": "src\/options.html", "open_in_tab": false }, "version": "0.1.0", "manifest_version": 2, "description": "Control the audio of the video player on tiktoks web client", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "background": { "scripts": [ "src\/background.js" ] }, "permissions": [ "https:\/\/www.tiktok.com\/*", "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "src\/index.js" ], "run_at": "document_end" } ] } |