Contactless

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

Contactless क्या है?

Contactless egz01 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Start chatting with any number, without adding it to your contacts!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Contactless एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Contactless Contactless
ID pnnllgpaeelggmomidageeopakmcfpij
आधिकारिक URL https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij
विवरण Start chatting with any number, without adding it to your contacts!
फ़ाइल का आकार 32.97 KB
स्थापना संख्या 31
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2022-04-25
प्रकाशन तिथि 2022-04-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर egz01
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}