Omegler

Omegle Chat Helper

Omegler là gì?

Omegler là một tiện ích mở rộng Chrome được phát triển bởi Dean Sofer, và tính năng chính của nó là "Omegle Chat Helper".

Ả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 Omegler

Tải xuống các tệp mở rộng Omegler 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

                        Automatically reconnects and prompts the stranger with a predefined greeting.

Features:

- Pausable auto-reconnect
- Settable auto-greeting

Code blatantly ripped from "Omegle Chat Helper" extension

Enhancements over original:

- Doesn't kick in until you start
- Pausable
- Simplified interface (removed chrome button)                    

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

Tên Omegler Omegler
ID epchdnfkjgpfglhodnhpllbehmjmelgc
URL Chính Thức https://chromewebstore.google.com/detail/omegler/epchdnfkjgpfglhodnhpllbehmjmelgc
Mô tả Omegle Chat Helper
Kích Thước Tệp 35.17 KB
Số Lần Cài Đặt 8,072
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2021-07-17
Ngày Phát Hành 2017-10-09
Đánh Giá 3.68/5 Tổng số 41 Đánh Giá
Nhà Phát Triển Dean Sofer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omegler",
    "version": "0.0.7",
    "description": "Omegle Chat Helper",
    "icons": {
        "16": "translogo.png",
        "48": "translogo.png",
        "128": "translogo.png"
    },
    "permissions": [
        "storage"
    ],
    "author": "Dean Sofer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.omegle.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "omegler.js"
            ],
            "css": [
                "omegler.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.omegle.com\/*"
        ]
    },
    "homepage_url": "https:\/\/github.com\/ProLoser",
    "incognito": "split"
}