TikTok Volume Buddy
Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.
Wat is TikTok Volume Buddy?
TikTok Volume Buddy is een Chrome-extensie ontwikkeld door devtyl3r, en de belangrijkste functie is "Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished.".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok Volume Buddy
Download TikTok Volume Buddy-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | cpclgpmoofkhnkknhcpoajpeoliceijp |
| Officiële URL | https://chromewebstore.google.com/detail/tiktok-volume-buddy/cpclgpmoofkhnkknhcpoajpeoliceijp |
| Beschrijving | Easily manage and maintain a perfect volume level for TikTok Videos. Prevent your ears from being demolished. |
| Bestandsgrootte | 15.56 KB |
| Aantal Installaties | 1,722 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2020-09-02 |
| Publicatiedatum | 2020-09-02 |
| Beoordeling | 3.64/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | devtyl3r |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |