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…

O que é Omegle Warning?

Omegle Warning é uma extensão do Chrome desenvolvida por Useful-development, e sua principal característica é "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Omegle Warning

Baixe arquivos de extensão Omegle Warning no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Omegle Warning Omegle Warning
ID hhfnbpedfkcibdggdolbfnamcmdhliij
URL Oficial https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij
Descrição A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…
Tamanho do Arquivo 3.44 KB
Contagem de Instalações 74
Versão Atual 1.0
Última Atualização 2021-04-28
Data de Publicação 2021-04-03
Desenvolvedor Useful-development
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}