Contactless
Start chatting with any number, without adding it to your contacts!
什麼是Contactless?
Contactless是由egz01開發的Chrome擴展程式,該擴展的主要功能是“Start chatting with any number, without adding it to your contacts!”。
擴展截圖
下載Contactless擴展crx文件
下載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 |
ID | pnnllgpaeelggmomidageeopakmcfpij |
官方網址 | 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" } } |