Wowhead Language Switcher Firefox

Examine source code of Wowhead Language Switcher

By: Nemo
Inspect and view changes in Wowhead Language Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Wowhead Language Switcher",
  "version": "1.0",
  "description": "Switch between English and French versions of Wowhead articles",
  "permissions": [
    "activeTab",
    "storage",
    "*://www.wowhead.com/*"
  ],
  "commands": {
    "toggle-language": {
      "suggested_key": {
        "default": "Ctrl+Alt+0"
      },
      "description": "Toggle between English and French on Wowhead"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Toggle Wowhead Language",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@wowhead-language-switcher",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Wowhead Language Switcher Alternatives

Here are some Firefox add-ons that are similar to Wowhead Language Switcher: