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 - это расширение Chrome, разработанное Useful-development, и его основная функция - "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".
Снимки экрана расширения
Скачать файл CRX расширения Omegle Warning
Скачайте файлы расширений 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"
]
}
]
} | |