Full Width Wikipedia

Full Width Wikipedia

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

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Full Width Wikipedia",
  "version": "1.0",
  "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"
      ]
    }
  ]
}