whatsapp-chrome-ext

Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019

Qu'est-ce que whatsapp-chrome-ext ?

whatsapp-chrome-ext est une extension Chrome développée par http://idanizi.com, et sa fonction principale est "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension whatsapp-chrome-ext

Téléchargez les fichiers d'extension whatsapp-chrome-ext 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

                        WhatsApp chrome extension for sending direct message to a phone number without the need
of saving it to your contacts.                    

Informations de Base sur l'Extension

Nom whatsapp-chrome-ext whatsapp-chrome-ext
ID pnahcacfebfjanhjfglbpppnhgogoknm
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm
Description Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Taille du Fichier 2.43 MB
Nombre d'Installations 25
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-07-18
Date de Publication 2020-07-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://idanizi.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/idanizi/whatsapp-chrome-ext
URL de la Page d'Aide https://github.com/idanizi/whatsapp-chrome-ext/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsapp-chrome-ext",
    "version": "1.0.2",
    "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png",
        "default_popup": ".\/src\/popup\/popup.html"
    },
    "author": "Idan Izicovich",
    "background": {
        "scripts": [
            ".\/src\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}