Orc Detector

Orc Detector

Detects incidences of probabl orcs and Orc apologists.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "no-orcs-allowed-36x36.png",
      "36": "no-orcs-allowed-36x36.png",
      "48": "no-orcs-allowed-36x36.png",
      "72": "no-orcs-allowed-36x36.png",
      "96": "no-orcs-allowed-36x36.png"
    },
    "default_popup": "popup.html",
    "default_title": "Orc Detector"
  },
  "content_scripts": [
    {
      "js": [
        "myscript.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Detects incidences of probabl orcs and Orc apologists.",
  "name": "Orc Detector",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "14.88"
}