Revert Wikipedia Layout

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

Qu'est-ce que Revert Wikipedia Layout ?

Revert Wikipedia Layout est une extension Chrome développée par Nour Halhoul, et sa fonction principale est "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Revert Wikipedia Layout

Téléchargez les fichiers d'extension Revert Wikipedia Layout au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
URL Officiel 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.
Taille du Fichier 12.45 KB
Nombre d'Installations 2,203
Version Actuelle 1.8.1
Dernière Mise à Jour 2023-02-07
Date de Publication 2023-01-19
Évaluation 4.77/5 Total 43 Évaluations
Développeur Nour Halhoul
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Langues Prises en Charge 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"
    }
}