Revert Wikipedia Layout

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

Hvad er Revert Wikipedia Layout?

Revert Wikipedia Layout er en Chrome-udvidelse udviklet af Nour Halhoul, og dens hovedfunktion er "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Udvidelsesskærmbilleder

screenshot

Download Revert Wikipedia Layout-udvidelses-CRX-fil

Download Revert Wikipedia Layout-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
Officiel URL https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Beskrivelse This extension will allow you to use the old Wikipedia layout without the need to create an account.
Filstørrelse 12.45 KB
Antal Installationer 2,203
Nuværende Version 1.8.1
Senest Opdateret 2023-02-07
Udgivelsesdato 2023-01-19
Bedømmelse 4.77/5 Samlet 43 Bedømmelser
Udvikler Nour Halhoul
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Understøttede Sprog 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"
    }
}