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…

Apa itu Omegle Warning?

Omegle Warning adalah ekstensi Chrome yang dikembangkan oleh Useful-development, dan fitur utamanya adalah "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Omegle Warning

Unduh file ekstensi Omegle Warning dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Omegle Warning Omegle Warning
ID hhfnbpedfkcibdggdolbfnamcmdhliij
URL Resmi https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij
Deskripsi A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…
Ukuran File 3.44 KB
Jumlah Instalasi 74
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-04-28
Tanggal Publikasi 2021-04-03
Pengembang Useful-development
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}