Contactless
Start chatting with any number, without adding it to your contacts!
Qu'est-ce que Contactless ?
Contactless est une extension Chrome développée par egz01, et sa fonction principale est "Start chatting with any number, without adding it to your contacts!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Contactless
Téléchargez les fichiers d'extension Contactless 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
This extension allows you to message any number you come accross around the web, with the addition of a right-click-menu option: "Message on Whatsapp". Using a very simple configuration tool, you can opt to use the web version or the app version on you desktop; to avoid tidious copy-astes of "Is the ad still relevant?", you can also define a prepared message to appear at the beginning of every chat!
Informations de Base sur l'Extension
Nom | Contactless |
ID | pnnllgpaeelggmomidageeopakmcfpij |
URL Officiel | https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij |
Description | Start chatting with any number, without adding it to your contacts! |
Taille du Fichier | 32.97 KB |
Nombre d'Installations | 31 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2022-04-25 |
Date de Publication | 2022-04-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | egz01 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Contactless", "description": "Start chatting with any number, without adding it to your contacts!", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "contextMenus", "scripting", "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/wa_16_padded.png", "32": "\/images\/wa_32_padded.png", "48": "\/images\/wa_48_padded.png", "128": "\/images\/wa_128_padded.png" } }, "icons": { "16": "\/images\/wa_16_padded.png", "32": "\/images\/wa_32_padded.png", "48": "\/images\/wa_48_padded.png", "128": "\/images\/wa_128_padded.png" }, "omnibox": { "keyword": "whatsapp" } } |