WhatsApp Unsaved Number - Right Click Context
Adds a right click context menu to send a message to an unsaved WhatsApp number
WhatsApp Unsaved Number - Right Click Contextとは何ですか?
WhatsApp Unsaved Number - Right Click ContextはJimmy Lyによって開発されたChromeの拡張機能で、その主な機能は「Adds a right click context menu to send a message to an unsaved WhatsApp number」です。
拡張機能のスクリーンショット
WhatsApp Unsaved Number - Right Click Context拡張機能のCRXファイルをダウンロード
WhatsApp Unsaved Number - Right Click Context拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension adds a right click context menu to send a message to an unsaved WhatsApp number.
拡張機能の基本情報
名前 | |
ID | idpnlndpclklnckjcdhjkngpibchbgpi |
公式URL | https://chrome.google.com/webstore/detail/whatsapp-unsaved-number-r/idpnlndpclklnckjcdhjkngpibchbgpi |
説明 | Adds a right click context menu to send a message to an unsaved WhatsApp number |
ファイルサイズ | 20.2 KB |
インストール数 | 48 |
現在のバージョン | 0.1 |
最終更新日 | 2021-05-16 |
公開日 | 2021-05-16 |
開発者 | Jimmy Ly |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Unsaved Number - Right Click Context", "description": "Adds a right click context menu to send a message to an unsaved WhatsApp number", "version": "0.1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" } } |