Revert Wikipedia Layout

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

Cos'è Revert Wikipedia Layout?

Revert Wikipedia Layout è un'estensione di Chrome sviluppata da Nour Halhoul, e la sua funzione principale è "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Revert Wikipedia Layout

Scarica i file di estensione Revert Wikipedia Layout in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
URL Ufficiale https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Descrizione This extension will allow you to use the old Wikipedia layout without the need to create an account.
Dimensione del File 12.45 KB
Conteggio Installazioni 2,203
Versione Corrente 1.8.1
Ultimo Aggiornamento 2023-02-07
Data di Pubblicazione 2023-01-19
Valutazione 4.77/5 Totale 43 Valutazioni
Sviluppatore Nour Halhoul
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Lingue Supportate 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"
    }
}