Revert Wikipedia Layout

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

Τι είναι το Revert Wikipedia Layout;

Το Revert Wikipedia Layout είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nour Halhoul, και η κύρια λειτουργία του είναι "This extension will allow you to use the old Wikipedia layout without the need to create an account.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Revert Wikipedia Layout

Λήψη αρχείων επέκτασης Revert Wikipedia Layout σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Revert Wikipedia Layout Revert Wikipedia Layout
ID jpnfgjjnmghhkgffigedilglfkpcjlda
Επίσημο URL https://chromewebstore.google.com/detail/revert-wikipedia-layout/jpnfgjjnmghhkgffigedilglfkpcjlda
Περιγραφή This extension will allow you to use the old Wikipedia layout without the need to create an account.
Μέγεθος Αρχείου 12.45 KB
Αριθμός Εγκαταστάσεων 2,203
Τρέχουσα Έκδοση 1.8.1
Τελευταία Ενημέρωση 2023-02-07
Ημερομηνία Δημοσίευσης 2023-01-19
Αξιολόγηση 4.77/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής Nour Halhoul
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/nourHalhoul/Revert-Wikipedia-Layout
Υποστηριζόμενες Γλώσσες 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"
    }
}