whatsapp-chrome-ext
Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
什么是whatsapp-chrome-ext?
whatsapp-chrome-ext是由http://idanizi.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019”。
扩展截图
下载whatsapp-chrome-ext扩展crx文件
下载whatsapp-chrome-ext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
WhatsApp chrome extension for sending direct message to a phone number without the need of saving it to your contacts.
扩展基本信息
名称 | ![]() |
ID | pnahcacfebfjanhjfglbpppnhgogoknm |
官方URL | https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm |
简介 | Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019 |
文件大小 | 2.43 MB |
安装次数 | 25 |
当前版本 | 1.0.2 |
更新时间 | 2020-07-18 |
上架时间 | 2020-07-18 |
评分 | 5.00/5 共1次评分 |
开发者 | http://idanizi.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/idanizi/whatsapp-chrome-ext |
帮助页面URL | https://github.com/idanizi/whatsapp-chrome-ext/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "whatsapp-chrome-ext", "version": "1.0.2", "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019", "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "browser_action": { "default_icon": ".\/icons\/icon.png", "default_popup": ".\/src\/popup\/popup.html" }, "author": "Idan Izicovich", "background": { "scripts": [ ".\/src\/events.js" ], "persistent": false }, "permissions": [ "contextMenus", "storage" ] } |