Full Width Wikipedia

Full Width Wikipedia

Remove the new Wikipedia style to use the previous/historical full sized version.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Full Width Wikipedia",
  "version": "1.1",
  "description": "Remove the new Wikipedia style to use the previous/historical full sized version.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.wikipedia.org/*"
      ],
      "js": [
        "js/fullsizewiki.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}