Omegle Shortcut Messages

Send messages automatically

Omegle Shortcut Messages là gì?

Omegle Shortcut Messages là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Send messages automatically".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omegle Shortcut Messages

Tải xuống các tệp mở rộng Omegle Shortcut Messages dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Omegle Shortcut Messages Omegle Shortcut Messages
ID okbmccnmgfhccbhjajnngneeimeelajl
URL Chính Thức https://chromewebstore.google.com/detail/omegle-shortcut-messages/okbmccnmgfhccbhjajnngneeimeelajl
Mô tả Send messages automatically
Kích Thước Tệp 8.82 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-02-27
Ngày Phát Hành 2019-02-27
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}