Revert Wikipedia Layout

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

¿Qué es Revert Wikipedia Layout?

Revert Wikipedia Layout es una extensión de Chrome desarrollada por Nour Halhoul, y su función principal es "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Revert Wikipedia Layout

Descarga archivos de extensión Revert Wikipedia Layout en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
URL Oficial https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Descripción This extension will allow you to use the old Wikipedia layout without the need to create an account.
Tamaño del Archivo 12.45 KB
Cantidad de Instalaciones 2,203
Versión Actual 1.8.1
Última Actualización 2023-02-07
Fecha de Publicación 2023-01-19
Calificación 4.77/5 Total de 43 Calificaciones
Desarrollador Nour Halhoul
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Idiomas Soportados 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"
    }
}