BajsExtension Firefox

Examine source code of BajsExtension

Inspect and view changes in BajsExtension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bajsextension",
  "description": "Automatically adjusts the aspect ratio of certain twitch streams.",
  "version": "0.1.6",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "https://*.bajsstuff.xyz/*",
    "*://*.twitch.tv/*"
  ],
  "background": {
    "scripts": [
      "permStorage.js",
      "userActivated.js",
      "common.js",
      "scenes.js",
      "bajsBackground.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "all_frames": true,
      "js": [
        "permStorage.js",
        "userActivated.js",
        "common.js",
        "scenes.js",
        "contentScript.js"
      ]
    }
  ],
  "icons": {
    "24": "movie-regular-24.png",
    "48": "forsenE.jpg"
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}

Best BajsExtension Alternatives

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