Whatsapp Tools
Useful tools for the most used chatting app in the world. Functionalities for better productivity.
Qu'est-ce que Whatsapp Tools ?
Whatsapp Tools est une extension Chrome développée par masteradin, et sa fonction principale est "Useful tools for the most used chatting app in the world. Functionalities for better productivity.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whatsapp Tools
Téléchargez les fichiers d'extension Whatsapp Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | akbdcpijgcaccjnjmcedafaojjgodcfe |
URL Officiel | https://chrome.google.com/webstore/detail/whatsapp-tools/akbdcpijgcaccjnjmcedafaojjgodcfe |
Description | Useful tools for the most used chatting app in the world. Functionalities for better productivity. |
Taille du Fichier | 16.26 KB |
Nombre d'Installations | 320 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-05-13 |
Date de Publication | 2020-05-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | masteradin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://masteradin.com/ |
URL de la Page d'Aide | http://masteradin.com/ |
Langues Prises en Charge | 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" ] } ] } |