Revert Wikipedia Layout
This extension will allow you to use the old Wikipedia layout without the need to create an account.
What is Revert Wikipedia Layout?
Revert Wikipedia Layout is a Chrome extension developed by Nour Halhoul, and its main feature is "This extension will allow you to use the old Wikipedia layout without the need to create an account.".
Extension Screenshots
Download Revert Wikipedia Layout Extension CRX File
Download Revert Wikipedia Layout 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
Many individuals prefer the old Wikipedia layout (pre-2023)— this extension aims to bring that back. Wikipedia offers registered users to change their layout preferences through their account settings, however, incognito and unregistered users are unfortunately left out. This simple extension solves this issue by adding the necessary URL parameter to every Wikipedia page, to ensure that the old layout is displayed.
Extension Basic Information
Name | Revert Wikipedia Layout |
ID | jpnfgjjnmghhkgffigedilglfkpcjlda |
Official URL | https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda |
Description | This extension will allow you to use the old Wikipedia layout without the need to create an account. |
File Size | 12.45 KB |
Installation Count | 2,203 |
Current Version | 1.8.1 |
Last Updated | 2023-02-07 |
Publish Date | 2023-01-19 |
Rating | 4.77/5 Total 43 Ratings |
Developer | Nour Halhoul |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nourHalhoul/Revert-Wikipedia-Layout |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Revert Wikipedia Layout", "description": "This extension will allow you to use the old Wikipedia layout without the need to create an account.", "version": "1.8.1", "manifest_version": 3, "content_scripts": [ { "js": [ "Scripts\/Main.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.wikipedia.org\/*" ] } ], "icons": { "16": "Images\/icon-16.png", "32": "Images\/icon-32.png", "48": "Images\/icon-48.png", "128": "Images\/icon-128.png" } } |