wiki page converter

wiki page converter

convert wiki mobile page to desktop page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "wiki page converter",
  "description": "convert wiki mobile page to desktop page",
  "version": "1.1",
  "manifest_version": 3,
  "permissions": [
    "*://*.wikipedia.org/*",
    "*://*.wiktionary.org/*",
    "*://*.wikibooks.org/*",
    "*://*.wiktionary.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.wikipedia.org/*",
        "*://*.wiktionary.org/*",
        "*://*.wikibooks.org/*",
        "*://*.wiktionary.org/*"
      ],
      "js": [
        "scripts.js"
      ]
    }
  ],
  "default_icon": {
    "16": "/images/wicon16.png",
    "32": "/images/wicon32.png",
    "48": "/images/wicon48.png",
    "128": "/images/wicon128.png"
  },
  "icons": {
    "16": "/images/wicon16.png",
    "32": "/images/wicon32.png",
    "48": "/images/wicon48.png",
    "128": "/images/wicon128.png"
  }
}