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…
Vad är Omegle Warning?
Omegle Warning är en Chrome-tillägg utvecklad av Useful-development, och dess huvudfunktion är "A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the…".
Tilläggsskärmbilder
Ladda ner Omegle Warning-förlängningens CRX-fil
Ladda ner Omegle Warning-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Omegle Warning |
ID | hhfnbpedfkcibdggdolbfnamcmdhliij |
Officiell webbadress | https://chromewebstore.google.com/detail/omegle-warning/hhfnbpedfkcibdggdolbfnamcmdhliij |
Beskrivning | A small extension to alert people on bad content for the website "omegle". The function is very simple: Every minute spent on the… |
Filstorlek | 3.44 KB |
Antal Installationer | 74 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2021-04-28 |
Publiceringsdatum | 2021-04-03 |
Utvecklare | Useful-development |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |