Contactless
Start chatting with any number, without adding it to your contacts!
Vad är Contactless?
Contactless är en Chrome-tillägg utvecklad av egz01, och dess huvudfunktion är "Start chatting with any number, without adding it to your contacts!".
Tilläggsskärmbilder
Ladda ner Contactless-förlängningens CRX-fil
Ladda ner Contactless-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | pnnllgpaeelggmomidageeopakmcfpij |
| Officiell webbadress | https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij |
| Beskrivning | Start chatting with any number, without adding it to your contacts! |
| Filstorlek | 32.97 KB |
| Antal Installationer | 31 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2022-04-25 |
| Publiceringsdatum | 2022-04-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | egz01 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |