Omegle Warning

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…

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}