WebLabeler Firefox

Examine source code of WebLabeler

By: nfdff
Inspect and view changes in WebLabeler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.6",
  "browser_specific_settings": {
    "gecko": {
      "id": "web-labeler@nfdff",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "/icon/icon-16.png",
    "32": "/icon/icon-32.png",
    "48": "/icon/icon-48.png",
    "128": "/icon/icon-128.png"
  },
  "options_page": "/index.html",
  "action": {
    "default_popup": "/index.html#popup"
  },
  "content_scripts": [
    {
      "js": [
        "assets/contentScript.js"
      ],
      "css": [
        "assets/contentScript.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "alarms",
    "activeTab"
  ],
  "optional_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "assets/service-worker.js"
    ]
  }
}

Best WebLabeler Alternatives

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