Cock Blocker For Omegle

Cock Blocker For Omegle

Block nudity on omegle! Blur and Auto-Skip!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cock Blocker For Omegle",
  "version": "0.2.1",
  "description": "Block nudity on omegle! Blur and Auto-Skip!",
  "manifest_version": 2,
  "short_name": "Cock Blocker",
  "web_accessible_resources": [
    "JS/*",
    "styles/*",
    "popup.html",
    "options.html",
    "botMessages.html"
  ],
  "background": {
    "scripts": [
      "JS/misc/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "declarativeContent",
    "*://*.omegle.com/*",
    "https://ogibaaufkc.execute-api.eu-west-1.amazonaws.com/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.omegle.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.omegle.com/*"
      ],
      "run_at": "document_idle",
      "css": [
        "styles/styles.css"
      ],
      "js": [
        "JS/misc/contentScript.js"
      ]
    }
  ],
  "page_action": {
    "default_popup": "popup.html",
    "default_title": "Cock Blocker",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_page": "options.html"
}