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…
Co to jest Omegle Warning?
Omegle Warning to rozszerzenie Chrome opracowane przez Useful-development, a jego główną funkcją jest „A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Omegle Warning
Pobierz pliki rozszerzeń Omegle Warning w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hhfnbpedfkcibdggdolbfnamcmdhliij |
| Oficjalny URL | https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij |
| Opis | A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the… |
| Rozmiar pliku | 3.44 KB |
| Liczba instalacji | 74 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-04-28 |
| Data Publikacji | 2021-04-03 |
| Deweloper | Useful-development |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |