Contactless

Start chatting with any number, without adding it to your contacts!

What is Contactless?

Contactless is a Chrome extension developed by egz01, and its main feature is "Start chatting with any number, without adding it to your contacts!".

Extension Screenshots

screenshot

Download Contactless Extension CRX File

Download Contactless extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Contactless Contactless
ID pnnllgpaeelggmomidageeopakmcfpij
Official URL https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij
Description Start chatting with any number, without adding it to your contacts!
File Size 32.97 KB
Installation Count 31
Current Version 0.0.2
Last Updated 2022-04-25
Publish Date 2022-04-25
Rating 5.00/5 Total 1 Ratings
Developer egz01
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}