Omegle Shortcut Messages
Send messages automatically
什么是Omegle Shortcut Messages?
Omegle Shortcut Messages是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Send messages automatically”。
扩展截图
下载Omegle Shortcut Messages扩展crx文件
下载Omegle Shortcut Messages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This tool give you the possibilities to create, edit and delete your own shortcuts for Omegle.
Set a title, the message and with one clic your message is send !                     扩展基本信息
| 名称 |   |  
| ID | okbmccnmgfhccbhjajnngneeimeelajl | 
| 官方URL | https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl | 
| 简介 | Send messages automatically | 
| 文件大小 | 8.82 KB | 
| 安装次数 | 213 | 
| 当前版本 | 0.1 | 
| 更新时间 | 2019-02-27 | 
| 上架时间 | 2019-02-27 | 
| 评分 | 2.75/5 共4次评分 | 
| 开发者 | Unknown | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omegle Shortcut Messages",
    "version": "0.1",
    "description": "Send messages automatically",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    }
}  |  |