Revert Wikipedia Layout

This extension will allow you to use the old Wikipedia layout without the need to create an account.

Was ist Revert Wikipedia Layout?

Revert Wikipedia Layout ist eine Chrome-Erweiterung, die von Nour Halhoul entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Erweiterungsscreenshots

screenshot

Revert Wikipedia Layout-Erweiterungs-CRX-Datei herunterladen

Laden Sie Revert Wikipedia Layout-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
Offizielle URL https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Beschreibung This extension will allow you to use the old Wikipedia layout without the need to create an account.
Dateigröße 12.45 KB
Installationsanzahl 2,203
Aktuelle Version 1.8.1
Letztes Update 2023-02-07
Veröffentlichungsdatum 2023-01-19
Bewertung 4.77/5 Insgesamt 43 Bewertungen
Entwickler Nour Halhoul
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Unterstützte Sprachen 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"
    }
}