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