Immersion Mode Toggle Firefox

Examine source code of Immersion Mode Toggle

Inspect and view changes in Immersion Mode Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Immersion Mode Toggle",
  "version": "1.0",
  "description": "Turn websites into your target language.",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b285d501-47fa-4d71-a5b9-214685ef7676}"
    }
  }
}

Best Immersion Mode Toggle Alternatives

Here are some Firefox add-ons that are similar to Immersion Mode Toggle: