Vuora Firefox

Examine source code of Vuora

Inspect and view changes in Vuora source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "1.0.48",
  "browser_specific_settings": {
    "gecko": {
      "id": "{8b2f6c4e-9a1d-4e8f-b3a7-1c5d9e7f2a4b}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "__MSG_defaultTitle__",
    "default_popup": "src/popup/popup.html"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "src/lib/actions.js",
      "src/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "src/content/early-framework.js",
        "src/content/youtube-early.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/content/youtube-shorts.js",
        "src/content/search-fixer.js",
        "src/content/youtube-connection-monitor.js",
        "src/content/youtube-broadcast-clock.js"
      ],
      "css": [
        "src/content/youtube-shorts.css",
        "src/content/search-fixer.css",
        "src/content/youtube-connection-monitor.css",
        "src/content/youtube-broadcast-clock.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "*://www.amazon.co.jp/auto-deliveries*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/lib/scan-runner.js",
        "src/content/amazon-delivery-total.js"
      ],
      "css": [
        "src/content/amazon-delivery-total.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "*://www.amazon.co.jp/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/lib/scan-runner.js",
        "src/content/amazon-ranking-jump.js"
      ],
      "css": [
        "src/content/amazon-ranking-jump.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "*://www.amazon.co.jp/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/lib/scan-runner.js",
        "src/content/amazon-merchant-info.js"
      ],
      "css": [
        "src/content/amazon-merchant-info.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "src/content/early-framework.js",
        "src/content/instagram-early.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/lib/cleaner-core.js",
        "src/content/instagram-cleaner.js",
        "src/content/image-downloader.js"
      ],
      "css": [
        "src/content/instagram-cleaner.css",
        "src/content/image-downloader.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "src/content/early-framework.js",
        "src/content/tiktok-early.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/lib/cleaner-core.js",
        "src/content/tiktok-cleaner.js",
        "src/content/image-downloader.js"
      ],
      "css": [
        "src/content/tiktok-cleaner.css",
        "src/content/image-downloader.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/content/video-gamma.js",
        "src/content/video-fill.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/content/loupe.js"
      ],
      "css": [
        "src/content/loupe.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "src/lib/actions.js",
        "src/lib/audio-pipeline.js",
        "src/content/volume-booster-mes.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; frame-ancestors 'none'"
  }
}

Best Vuora Alternatives

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