Tiktok Audio Control
Control the audio of the video player on tiktoks web client
Wat is Tiktok Audio Control?
Tiktok Audio Control is een Chrome-extensie ontwikkeld door Meeoh, en de belangrijkste functie is "Control the audio of the video player on tiktoks web client".
Extensie Screenshots
Download het CRX-bestand van de extensie Tiktok Audio Control
Download Tiktok Audio Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | gkkbemmahdfblbnggbdbfhhdbmajpcab |
Officiële URL | https://chrome.google.com/webstore/detail/tiktok-audio-control/gkkbemmahdfblbnggbdbfhhdbmajpcab |
Beschrijving | Control the audio of the video player on tiktoks web client |
Bestandsgrootte | 39.65 KB |
Aantal Installaties | 4,000 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-08-25 |
Publicatiedatum | 2020-06-24 |
Beoordeling | 3.58/5 Totaal 31 Beoordelingen |
Ontwikkelaar | Meeoh |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |