zapzap 2.0
Seu whats personalizado
Wat is zapzap 2.0?
zapzap 2.0 is een Chrome-extensie ontwikkeld door fulldidox, en de belangrijkste functie is "Seu whats personalizado".
Extensie Screenshots
Download het CRX-bestand van de extensie zapzap 2.0
Download zapzap 2.0-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
Seu whats personalizado, contanto com a função de aumentar a velocidade do audio do whatsapp.
O controlador de velocidade do áudio ajusta a velocidade de reprodução do Whatsapp para mensagens da web. Não perca tempo com mensagens de áudio longas.… O controlador de velocidade do áudio ajusta a velocidade de reprodução do Whatsapp para mensagens da web. Não perca tempo com longas mensagens de áudio. Basisinformatie over de Extensie
| Naam | |
| ID | phcdpagbmokpdhicjcaepedpomenbhid |
| Officiële URL | https://chrome.google.com/webstore/detail/zapzap-20/phcdpagbmokpdhicjcaepedpomenbhid |
| Beschrijving | Seu whats personalizado |
| Bestandsgrootte | 147 KB |
| Aantal Installaties | 12 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2020-04-15 |
| Publicatiedatum | 2020-04-15 |
| Ontwikkelaar | fulldidox |
| Betalingswijze | free |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "zapzap 2.0",
"version": "0.1",
"description": "Seu whats personalizado",
"author": "Felipe Passos",
"browser_action": {
"default_icon": "128.png",
"default_title": "zapzap"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/"
],
"css": [
"style.css"
],
"js": [
"background.js"
]
}
],
"icons": {
"128": "128.png"
}
} | |