Contactless
Start chatting with any number, without adding it to your contacts!
Contactless là gì?
Contactless là một tiện ích mở rộng Chrome được phát triển bởi egz01, và tính năng chính của nó là "Start chatting with any number, without adding it to your contacts!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Contactless
Tải xuống các tệp mở rộng Contactless dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Contactless |
ID | pnnllgpaeelggmomidageeopakmcfpij |
URL Chính Thức | https://chromewebstore.google.com/detail/contactless/pnnllgpaeelggmomidageeopakmcfpij |
Mô tả | Start chatting with any number, without adding it to your contacts! |
Kích Thước Tệp | 32.97 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-04-25 |
Ngày Phát Hành | 2022-04-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | egz01 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |