Contactless
Start chatting with any number, without adding it to your contacts!
Was ist Contactless?
Contactless ist eine Chrome-Erweiterung, die von egz01 entwickelt wurde, und ihr Hauptmerkmal ist "Start chatting with any number, without adding it to your contacts!".
Erweiterungsscreenshots
Contactless-Erweiterungs-CRX-Datei herunterladen
Laden Sie Contactless-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
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pnnllgpaeelggmomidageeopakmcfpij |
| Offizielle URL | https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij |
| Beschreibung | Start chatting with any number, without adding it to your contacts! |
| Dateigröße | 32.97 KB |
| Installationsanzahl | 31 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2022-04-25 |
| Veröffentlichungsdatum | 2022-04-25 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | egz01 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |