vods.space Companion Firefox

Examine source code of vods.space Companion

Inspect and view changes in vods.space Companion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Vods.space Companion",
  "version": "1.0.4",
  "description": "Instant VOD redirect and party sync for VLR.gg matches.",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.vlr.gg/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://vods.space/*",
        "*://www.vods.space/*",
        "*://*.vods.space/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "globe-duotone.png"
      ],
      "matches": [
        "*://*.vlr.gg/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*.vlr.gg/*",
    "*://vods.space/*",
    "*://www.vods.space/*",
    "*://*.vods.space/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vlr@vods.space",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": []
      }
    }
  }
}

Best vods.space Companion Alternatives

Here are some Firefox add-ons that are similar to vods.space Companion: