TikTok Volume Controls
Adds volume control to tiktok's webview
Wat is TikTok Volume Controls?
TikTok Volume Controls is een Chrome-extensie ontwikkeld door underscorenova, en de belangrijkste functie is "Adds volume control to tiktok's webview".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok Volume Controls
Download TikTok Volume Controls-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 volume slider to tiktok's webview, which saves the selected volume in the local storage.
Basisinformatie over de Extensie
Naam | |
ID | aekejnnacncliaijpeneblanhjahobip |
Officiële URL | https://chrome.google.com/webstore/detail/tiktok-volume-controls/aekejnnacncliaijpeneblanhjahobip |
Beschrijving | Adds volume control to tiktok's webview |
Bestandsgrootte | 13.29 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-05-07 |
Publicatiedatum | 2021-03-15 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | underscorenova |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Volume Controls", "version": "1.2", "description": "Adds volume control to tiktok's webview", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.tiktok.com\/*" ], "run_at": "document_idle", "js": [ "player.js" ] } ] } |