Whatsapp Audio 2x
Aumenta a velocidade dos áudios no Whatsapp Web
Wat is Whatsapp Audio 2x?
Whatsapp Audio 2x is een Chrome-extensie ontwikkeld door Code200, en de belangrijkste functie is "Aumenta a velocidade dos áudios no Whatsapp Web".
Extensie Screenshots
Download het CRX-bestand van de extensie Whatsapp Audio 2x
Download Whatsapp Audio 2x-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
Aumenta a velocidade dos áudios do Whatsapp Web
Basisinformatie over de Extensie
Naam | |
ID | fhnkhgbhglofendcalmfkobgniogcefj |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-audio-2x/fhnkhgbhglofendcalmfkobgniogcefj |
Beschrijving | Aumenta a velocidade dos áudios no Whatsapp Web |
Bestandsgrootte | 27.81 KB |
Aantal Installaties | 91 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-07-04 |
Publicatiedatum | 2020-07-04 |
Ontwikkelaar | Code200 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://code200.com.br |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatsapp Audio 2x", "version": "1.1", "author": "Zastrich", "homepage_url": "https:\/\/code200.com.br", "description": "Aumenta a velocidade dos \u00e1udios no Whatsapp Web", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" } } |