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 |
| 官方網址 | 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"
]
}
]
} | |