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 |
Eメール | [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" } } |