Old Reddit Redirect

Ensure Reddit always loads the old design, except when using new.reddit.com links

Cos'è Old Reddit Redirect?

Old Reddit Redirect è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Ensure Reddit always loads the old design, except when using new.reddit.com links".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Old Reddit Redirect

Scarica i file di estensione Old Reddit Redirect 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

                        Redirects Reddit links to old.reddit.com, except when using new.reddit.com
The new.reddit.com redirect is what distinguishes it from the extension it was based on.
Based on https://chrome.google.com/webstore/detail/old-reddit-redirect/dneaehbmnbhcippjikoajpoabadpodje?hl=en-US                    

Informazioni di Base sull'Estensione

Nome Old Reddit Redirect Old Reddit Redirect
ID npidphabboicbpfnemnaohbngaikfmbh
URL Ufficiale https://chromewebstore.google.com/detail/old-reddit-redirect/npidphabboicbpfnemnaohbngaikfmbh
Descrizione Ensure Reddit always loads the old design, except when using new.reddit.com links
Dimensione del File 447 KB
Conteggio Installazioni 51
Versione Corrente 2.0.0
Ultimo Aggiornamento 2020-04-21
Data di Pubblicazione 2020-04-21
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Reddit Redirect",
    "description": "Ensure Reddit always loads the old design, except when using new.reddit.com links",
    "version": "2.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/old.reddit.com\/*"
    ]
}