Contactless
Start chatting with any number, without adding it to your contacts!
Wat is Contactless?
Contactless is een Chrome-extensie ontwikkeld door egz01, en de belangrijkste functie is "Start chatting with any number, without adding it to your contacts!".
Extensie Screenshots
Download het CRX-bestand van de extensie Contactless
Download Contactless-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | pnnllgpaeelggmomidageeopakmcfpij |
| Officiële URL | https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij |
| Beschrijving | Start chatting with any number, without adding it to your contacts! |
| Bestandsgrootte | 32.97 KB |
| Aantal Installaties | 31 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2022-04-25 |
| Publicatiedatum | 2022-04-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | egz01 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |