MeowCad Solver Firefox

Examine source code of MeowCad Solver

By: inguin
Inspect and view changes in MeowCad Solver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Extension allowing you to pass even the hardest MeowCad quizzes",
  "version": "0.6.13",
  "manifest_version": 2,
  "name": "MeowCad Solver",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "https://*.netacad.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.netacad.com/*"
      ],
      "js": [
        "catcher.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://*.netacad.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "intercept.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ceaffce2-b355-4f43-890d-d4a8a1c3325d}"
    }
  }
}

Best MeowCad Solver Alternatives

Here are some Firefox add-ons that are similar to MeowCad Solver: