Omegle Warning

A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…

Omegle Warning là gì?

Omegle Warning là một tiện ích mở rộng Chrome được phát triển bởi Useful-development, và tính năng chính của nó là "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".

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

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

                        A small extension to alert people on bad content for the website "omegle". 
The function is very simple:
Every minute spent on the website, the user receives a popup alert, indicating that the website contains bad content.                    

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

Tên Omegle Warning Omegle Warning
ID hhfnbpedfkcibdggdolbfnamcmdhliij
URL Chính Thức https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij
Mô tả A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…
Kích Thước Tệp 3.44 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-04-28
Ngày Phát Hành 2021-04-03
Nhà Phát Triển Useful-development
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Omegle Warning",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.omegle.com\/"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}