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…”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |