Page Element Puzzle Firefox

Examine source code of Page Element Puzzle

By: Tu
Inspect and view changes in Page Element Puzzle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Element Puzzle",
  "description": "Pick a random HTML element as a puzzle and ask the user to click an element that matches the description (e.g. 'click the longest text'). Fun and harmless.",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Page Element Puzzle",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pageelementpuzzle-52f3b2bc@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Page Element Puzzle Alternatives

Here are some Firefox add-ons that are similar to Page Element Puzzle: