Tubeacca Firefox

Examine source code of Tubeacca

Inspect and view changes in Tubeacca source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tubeacca",
  "version": "9resigned1",
  "description": "Links to reduced-quality YouTube music videos are replaced with links to the high-quality versions unlocked at tubeacca.com.",
  "applications": {
    "gecko": {
      "id": "firefox4@tubeaccca.com",
      "strict_min_version": "53.0"
    }
  },
  "icons": {
    "128": "logo_128x128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "get_map.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "https://www.youtube.com/*",
        "https://tubeacca.com/*",
        "http://tubeacca.com/*"
      ],
      "js": [
        "off_youtube.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "youtube.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://tubeacca.com/*",
        "http://tubeacca.com/*"
      ],
      "js": [
        "tubeacca.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best Tubeacca Alternatives

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