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…
What is Omegle Warning?
Omegle Warning is a Chrome extension developed by Useful-development, and its main feature is "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".
Extension Screenshots
Download Omegle Warning Extension CRX File
Download Omegle Warning extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Omegle Warning |
ID | hhfnbpedfkcibdggdolbfnamcmdhliij |
Official URL | https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij |
Description | A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the… |
File Size | 3.44 KB |
Installation Count | 74 |
Current Version | 1.0 |
Last Updated | 2021-04-28 |
Publish Date | 2021-04-03 |
Developer | Useful-development |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |