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!".
Снимки экрана расширения
Скачать файл 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! Основная информация о расширении
| Название | |
| 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"
}
} | |