Omegle Anti-Spam and Dark Mode

Anti-spam, auto-reconnect, dark mode, welcome message and more options for more fun at Omegle!

Omegle Anti-Spam and Dark Mode là gì?

Omegle Anti-Spam and Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi begirondalemu, và tính năng chính của nó là "Anti-spam, auto-reconnect, dark mode, welcome message and more options for more fun at Omegle!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Omegle Anti-Spam and Dark Mode

Tải xuống các tệp mở rộng Omegle Anti-Spam and Dark Mode 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

                        Tired of those bots asking you to visit a weird webpage, someone's snapchat or text their number? Fear no more!
Are your eyes hurt due to those white Omegle colors? No problem, just switch on the Dark Theme in the settings and the whole page will turn black.

This extension not only allows you to filter out such chats, but also gives you an ability to auto-reconnect and start a new chat immediately after any disconnection. You can even set your own welcome message.

The anti-spam checks a few behaviors, including the number of messages sent in short time, the content of the messages looking for spam-keywords as well as your custom filter words, which you can set in the settings. Any chats marked as spam will be automatically disconnected and - if enabled - a new chat will be automatically started. The Anti-Spam module works for a certain number of seconds, which you can set in the settings along with other options. After this time, the chat will be marked as real if no spam behavior is detected.

The settings are saved in the cloud and you can access them by clicking on the extension icon in your browser toolbar. 

Clicking the anti-spam button while it's enabled temporarily disables the module for the current chat. 

Your conversation is never saved, shared or sent to any server, do not worry!

If you have any ideas for improvement, feel free to contact me at the provided email!

*** UPDATE 3.0.4 ***
- Regex filter option in settings
- fixes

*** UPDATE 3.0.3 ***
- fixed: chat was automatically started despite enabled option to skip auto-reconnect on longer chats

*** UPDATE 3.0.2 ***
- fixed: anti-spam functionalities kept working even when option was disabled
- fixed: extension kept connecting even when chat was already started
- fixed: auto-reconnecting caused loops
- fixed: welcome messages with commas were wrongly separated
- notification is now only shown when message it not marked as spam

*** UPDATE 3.0.0 ***
- redesigned the extension logic to work better and faster
- added showing chat history with the same stranger (per browser session)
- added option to show message times
- added option to turn on browser notifications for new messages
- added option to save whole chat to a text file
- added feature which blocks mobile screen from locking when chatting

*** UPDATE 2.3.0 ***
- added blocking strangers by IDs (per browser session)
- fixed auto-reconnect feature on mobile devices
- fixed chat timer counting after going to homepage and starting a new chat
- moved antispam button to chat view                    

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

Tên Omegle Anti-Spam and Dark Mode Omegle Anti-Spam and Dark Mode
ID cgefmcnibjiomgjkngndppnidjifgobl
URL Chính Thức https://chromewebstore.google.com/detail/omegle-anti-spam-and-dark/cgefmcnibjiomgjkngndppnidjifgobl
Mô tả Anti-spam, auto-reconnect, dark mode, welcome message and more options for more fun at Omegle!
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 16,307
Phiên Bản Hiện Tại 3.0.6
Cập Nhật Lần Cuối 2023-09-26
Ngày Phát Hành 2020-06-14
Đánh Giá 3.48/5 Tổng số 44 Đánh Giá
Nhà Phát Triển begirondalemu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.0.6",
    "icons": {
        "16": "UI\/icon16.png",
        "64": "UI\/icon64.png"
    },
    "action": {
        "default_icon": "UI\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.omegle.com\/*",
        "*:\/\/*.proexlog.us\/*"
    ],
    "background": {
        "service_worker": "listener.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "extension.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/*.omegle.com\/*"
            ]
        }
    ]
}