Examine source code of Video ad accelerator | UI Less

Inspect and view changes in Video ad accelerator | UI Less source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.2",
  "author": "canaria-computer <121685177+canaria-computer@users.noreply.github.com>",
  "name": "Video ad accelerator | UI Less",
  "description": "Speed up (accelerate) to bypass video ads.",
  "permissions": [
    "storage",
    "scripting",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "yt.4d67af9d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.plasmo.com/*"
      ],
      "js": [
        "plasmo.f96bfad6.js"
      ],
      "css": []
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7485f795-e2d9-4658-ac49-f2951de17d5b}"
    }
  }
}