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とは何ですか?

Omegle WarningはUseful-developmentによって開発されたChromeの拡張機能で、その主な機能は「A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…」です。

拡張機能のスクリーンショット

screenshot

Omegle Warning拡張機能のCRXファイルをダウンロード

Omegle Warning拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Omegle Warning Omegle Warning
ID hhfnbpedfkcibdggdolbfnamcmdhliij
公式URL https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij
説明 A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…
ファイルサイズ 3.44 KB
インストール数 74
現在のバージョン 1.0
最終更新日 2021-04-28
公開日 2021-04-03
開発者 Useful-development
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}