ZD Quick Messages
ZD Quick Messages
什么是ZD Quick Messages?
ZD Quick Messages是由https://zeedrop.com开发的Chrome扩展程序,该扩展的主要功能是“ZD Quick Messages”。
扩展截图
下载ZD Quick Messages扩展crx文件
下载ZD Quick Messages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ZeeDrop Quick Messages give you the option save messages/answers and in 1 click send them in facebook messanger and facebook page chat. This tool will save you a lot of time type again and agin the same answers . 扩展基本信息
| 名称 | |
| ID | lejcmkhmhlokcpabneplokkilhhciclg |
| 官方URL | https://chromewebstore.google.com/detail/zd-quick-messages/lejcmkhmhlokcpabneplokkilhhciclg |
| 简介 | ZD Quick Messages |
| 文件大小 | 5.31 MB |
| 安装次数 | 60 |
| 当前版本 | 2.2 |
| 更新时间 | 2024-01-24 |
| 上架时间 | 2021-09-09 |
| 评分 | 3.40/5 共15次评分 |
| 开发者 | https://zeedrop.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://zeedrop.com/policy.aspx |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ZD Quick Messages",
"description": "ZD Quick Messages",
"version": "2.2",
"icons": {
"128": "icon_128.png"
},
"permissions": [
"tabs",
"unlimitedStorage",
"storage",
"fullscreen"
],
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/jquery-3.3.1.js",
"popup.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.aliexpress.com\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.fr\/*",
"*:\/\/*.amazon.de\/*",
"*:\/\/*.amazon.ca\/*",
"*:\/\/*.facebook.com\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"js\/jquery-3.3.1.js",
"content\/_common.js",
"content\/_common2.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.facebook.com\/*",
"*:\/\/*.messenger.com\/*"
],
"all_frames": true,
"js": [
"content\/fb.js"
],
"run_at": "document_end"
}
]
} | |