Whatsapp Tools
Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Was ist Whatsapp Tools?
Whatsapp Tools ist eine Chrome-Erweiterung, die von masteradin entwickelt wurde, und ihr Hauptmerkmal ist "Useful tools for the most used chatting app in the world. Functionalities for better productivity.".
Erweiterungsscreenshots
Whatsapp Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Whatsapp Tools-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
Make your audios faster with WhatsappTools! Choose your speed and listen to your audios however you like. Three different speeds: 2x, 1.5x and 1.25x. Any feedback is greatly appreciated.
Grundlegende Informationen zur Erweiterung
Name | |
ID | akbdcpijgcaccjnjmcedafaojjgodcfe |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe |
Beschreibung | Useful tools for the most used chatting app in the world. Functionalities for better productivity. |
Dateigröße | 16.26 KB |
Installationsanzahl | 320 |
Aktuelle Version | 0.1 |
Letztes Update | 2020-05-13 |
Veröffentlichungsdatum | 2020-05-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | masteradin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://masteradin.com/ |
Hilfeseite URL | http://masteradin.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Whatsapp Tools", "description": "Useful tools for the most used chatting app in the world. Functionalities for better productivity.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "content.js" ] } ] } |