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…

Cos'è Omegle Warning?

Omegle Warning è un'estensione di Chrome sviluppata da Useful-development, e la sua funzione principale è "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Omegle Warning

Scarica i file di estensione Omegle Warning in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Omegle Warning Omegle Warning
ID hhfnbpedfkcibdggdolbfnamcmdhliij
URL Ufficiale https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij
Descrizione A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…
Dimensione del File 3.44 KB
Conteggio Installazioni 74
Versione Corrente 1.0
Ultimo Aggiornamento 2021-04-28
Data di Pubblicazione 2021-04-03
Sviluppatore Useful-development
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}