Copymessage
Copymessage Autofocus.
什么是Copymessage?
Copymessage是由tzveeka开发的Chrome扩展程序,该扩展的主要功能是“Copymessage Autofocus.”。
扩展截图
下载Copymessage扩展crx文件
下载Copymessage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        The CopyMessage tool for fast message composition and copymessage.com link and browser shortcut.                     扩展基本信息
| 名称 |   |  
| ID | defgpmhdcccigmoohcmoeokjplaklfne | 
| 官方URL | https://chromewebstore.google.com/detail/copymessage/defgpmhdcccigmoohcmoeokjplaklfne | 
| 简介 | Copymessage Autofocus. | 
| 文件大小 | 140 KB | 
| 安装次数 | 1,219 | 
| 当前版本 | 1.9.6 | 
| 更新时间 | 2023-12-13 | 
| 上架时间 | 2018-11-23 | 
| 评分 | 4.56/5 共9次评分 | 
| 开发者 | tzveeka | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | http://www.copymessage.com | 
| 隐私政策页面URL | https://www.givun.co.il/privacypolicy.php | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copymessage",
    "description": "Copymessage Autofocus.",
    "version": "1.9.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "browser_action": {
        "default_title": "Copymessage",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/givun.co.il\/friendletters*",
                "*:\/\/*.givun.co.il\/friendletters*",
                "*:\/\/*.copymessage.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/192.168.1.50\/givun.co.il\/friendletters*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}  |  |