zapzap 2.0
Seu whats personalizado
Was ist zapzap 2.0?
zapzap 2.0 ist eine Chrome-Erweiterung, die von fulldidox entwickelt wurde, und ihr Hauptmerkmal ist "Seu whats personalizado".
Erweiterungsscreenshots
zapzap 2.0-Erweiterungs-CRX-Datei herunterladen
Laden Sie zapzap 2.0-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | phcdpagbmokpdhicjcaepedpomenbhid |
Offizielle URL | https://chrome.google.com/webstore/detail/zapzap-20/phcdpagbmokpdhicjcaepedpomenbhid |
Beschreibung | Seu whats personalizado |
Dateigröße | 147 KB |
Installationsanzahl | 12 |
Aktuelle Version | 0.1 |
Letztes Update | 2020-04-15 |
Veröffentlichungsdatum | 2020-04-15 |
Entwickler | fulldidox |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |