VX Link Helper V3 Firefox

Examine source code of VX Link Helper V3

Inspect and view changes in VX Link Helper V3 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "3.0.1",
  "description": "__MSG_extDescription__",
  "browser_specific_settings": {
    "gecko": {
      "id": "vx-link-helper@yunlu18.net",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "storage",
    "*://*.x.com/*",
    "*://*.twitter.com/*",
    "*://*.bilibili.com/*",
    "*://*.reddit.com/*",
    "*://*.pixiv.net/*"
  ],
  "background": {
    "scripts": [
      "common.js",
      "sites.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "__MSG_extActionTitle__",
    "default_icon": {
      "32": "icon32.png",
      "48": "icon48.png",
      "64": "icon64.png",
      "96": "icon96.png",
      "128": "icon128.png"
    }
  },
  "options_page": "options.html",
  "icons": {
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.x.com/*",
        "*://*.twitter.com/*",
        "*://*.bilibili.com/*",
        "*://*.reddit.com/*",
        "*://*.pixiv.net/*"
      ],
      "js": [
        "common.js",
        "sites.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "short_name": "__MSG_extShortName__",
  "default_locale": "en"
}

Best VX Link Helper V3 Alternatives

Here are some Firefox add-ons that are similar to VX Link Helper V3: