Contactless

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

Contactlessคืออะไร?

Contactless เป็นส่วนขยายของ Chrome ที่พัฒนาโดย egz01 และคุณลักษณะหลักของมันคือ "Start chatting with any number, without adding it to your contacts!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contactless

ดาวน์โหลดไฟล์ส่วนขยาย Contactless ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}