Legacy Wikipedia

Forces various old layouts of Wikipedia

What is Legacy Wikipedia?

Legacy Wikipedia is a Chrome extension developed by emy, and its main feature is "Forces various old layouts of Wikipedia".

Extension Screenshots

screenshot
screenshot

Download Legacy Wikipedia Extension CRX File

Download Legacy Wikipedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple addon that forces various older layouts on Wikipedia.                    

Extension Basic Information

Name Legacy Wikipedia Legacy Wikipedia
ID hicopjpgmpodjhhddlgmjnincebphfaa
Official URL https://chromewebstore.google.com/detail/legacy-wikipedia/hicopjpgmpodjhhddlgmjnincebphfaa
Description Forces various old layouts of Wikipedia
File Size 26.06 KB
Installation Count 61
Current Version 1.0.21
Last Updated 2023-04-22
Publish Date 2023-01-29
Rating 5.00/5 Total 1 Ratings
Developer emy
Email [email protected]
Payment Type free
Extension Website https://github.com/sixem/legacy-wikipedia
Help Page URL https://github.com/sixem/legacy-wikipedia
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legacy Wikipedia",
    "description": "Forces various old layouts of Wikipedia",
    "author": "emy",
    "manifest_version": 3,
    "version": "1.0.21",
    "homepage_url": "https:\/\/github.com\/sixem\/legacy-wikipedia",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/wiki\/*",
                "https:\/\/*.wikipedia.org\/w\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "webNavigation"
    ]
}