FindBox Firefox

Examine source code of FindBox

Inspect and view changes in FindBox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FindBox",
  "description": "",
  "version": "1.0.7",
  "icons": {
    "48": "img/lupe48x48blau.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup/popup.html",
    "default_icon": "img/lupe48x48grau.png",
    "default_title": "FindBox"
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://link-to.net/*",
        "https://linkvertise.com/*"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "permissions": [
    "https://link-to.net/*",
    "https://linkvertise.com/*",
    "contextMenus",
    "tabs",
    "webRequest",
    "<all_urls>",
    "storage"
  ]
}

Best FindBox Alternatives

Here are some Firefox add-ons that are similar to FindBox: