Vidoo Firefox

Examine source code of Vidoo

By: Geraked
Inspect and view changes in Vidoo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Vidoo",
  "description": "Change the speed of medias, adjust video filters, automatically skip Ads, etc.",
  "version": "1.1.3",
  "homepage_url": "https://github.com/geraked/vidoo",
  "icons": {
    "128": "icons/vidoo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.aparat.com/*",
        "*://*.youtube.com/*"
      ],
      "js": [
        "scripts/adskip.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/control.js"
      ],
      "css": [
        "scripts/style.css"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/vidoo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": "icons/vidoo.png",
    "default_title": "Toggle ON/OFF"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9bb36814-9543-496e-9013-5b7938e1f589}"
    }
  }
}

Best Vidoo Alternatives

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