Revert Wikipedia Layout

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

O que é Revert Wikipedia Layout?

Revert Wikipedia Layout é uma extensão do Chrome desenvolvida por Nour Halhoul, e sua principal característica é "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Revert Wikipedia Layout

Baixe arquivos de extensão Revert Wikipedia Layout no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
URL Oficial https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Descrição This extension will allow you to use the old Wikipedia layout without the need to create an account.
Tamanho do Arquivo 12.45 KB
Contagem de Instalações 2,203
Versão Atual 1.8.1
Última Atualização 2023-02-07
Data de Publicação 2023-01-19
Classificação 4.77/5 Total de 43 Avaliações
Desenvolvedor Nour Halhoul
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Idiomas Suportados 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"
    }
}