WhatsAdd: Tools for Whatsapp Web

Use Whatsapp Web as always with extra powerful functions and utils

Qu'est-ce que WhatsAdd: Tools for Whatsapp Web ?

WhatsAdd: Tools for Whatsapp Web est une extension Chrome développée par David Maíllo, et sa fonction principale est "Use Whatsapp Web as always with extra powerful functions and utils".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WhatsAdd: Tools for Whatsapp Web

Téléchargez les fichiers d'extension WhatsAdd: Tools for Whatsapp Web 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

                        Enjoy a better Whatsapp for Business usage.

Use the original Whatsapp Web + New extra features to make it faster and better. A must-have tool for professional or casual use of Whatsapp Web from your computer.

FEATURES 

* Custom preset messages.
* Automatic Emojis while typing - Emoticons like ":)" get replaced.
* Text format buttons: Bold, italic and linetrough.
* Easily scan and download media contents from chat (images, video, audio).
* New features are coming.

-----
IMPORTANT: This application is NOT official and is not provided by Whatsapp Inc. It does NOT collect any private data and is only active on web.whatsapp.com. This application is just a basic script that inserts a new menu layer with new buttons and functionalities over the original Whatsapp Web site. Your privacy remains safe.                    

Informations de Base sur l'Extension

Nom WhatsAdd: Tools for Whatsapp Web WhatsAdd: Tools for Whatsapp Web
ID foganooblpjodglckabjnkgapdneimoh
URL Officiel https://chromewebstore.google.com/detail/whatsadd-tools-for-whatsa/foganooblpjodglckabjnkgapdneimoh
Description Use Whatsapp Web as always with extra powerful functions and utils
Taille du Fichier 450 KB
Nombre d'Installations 6,815
Version Actuelle 3.7
Dernière Mise à Jour 2023-02-01
Date de Publication 2019-03-08
Évaluation 3.33/5 Total 9 Évaluations
Développeur David Maíllo
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.7",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "19": "images\/favicon.png",
        "38": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "action": {
        "default_title": "Settings",
        "default_icon": {
            "19": "images\/favicon.png",
            "38": "images\/favicon.png"
        }
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-1.9.1.min.js",
                "js\/app.js",
                "js\/cor.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/options.html",
                "images\/favicon.png"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "use_dynamic_url": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "html\/options.html"
}