Tiktok Audio Control
Control the audio of the video player on tiktoks web client
Tiktok Audio Control là gì?
Tiktok Audio Control là một tiện ích mở rộng Chrome được phát triển bởi Meeoh, và tính năng chính của nó là "Control the audio of the video player on tiktoks web client".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tiktok Audio Control
Tải xuống các tệp mở rộng Tiktok Audio Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gkkbemmahdfblbnggbdbfhhdbmajpcab |
URL Chính Thức | https://chrome.google.com/webstore/detail/tiktok-audio-control/gkkbemmahdfblbnggbdbfhhdbmajpcab |
Mô tả | Control the audio of the video player on tiktoks web client |
Kích Thước Tệp | 39.65 KB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2021-08-25 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 3.58/5 Tổng số 31 Đánh Giá |
Nhà Phát Triển | Meeoh |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |