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 |
电子邮箱 | [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" } } |