NetBrain Extension Firefox

Examine source code of NetBrain Extension

Inspect and view changes in NetBrain Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Netbrain Extension",
  "version": "1.0.2",
  "description": "Netbrain Extension provides the ability to avoid opening duplicated pages.",
  "homepage_url": "http://www.netbraintech.com",
  "icons": {
    "128": "icon_128.png"
  },
  "action": {
    "default_title": "NetBrain Extension",
    "default_icon": "fav.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/netbrainnv.html?*"
      ],
      "js": [
        "self-find.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/netbrainnv.html?*"
      ],
      "js": [
        "page-find.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4d656f74-df55-4bff-b5af-96f503248ed4}"
    }
  }
}

Best NetBrain Extension Alternatives

Here are some Firefox add-ons that are similar to NetBrain Extension: