Always Old Reddit

Redirect reddit.com to old.reddit.com

Cos'è Always Old Reddit?

Always Old Reddit è un'estensione di Chrome sviluppata da TechHax, e la sua funzione principale è "Redirect reddit.com to old.reddit.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Always Old Reddit

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

                        Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy!

Also the code is on Github @ https://github.com/TechHax/always-old-reddit

If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_                    

Informazioni di Base sull'Estensione

Nome Always Old Reddit Always Old Reddit
ID cencjkmlbgldjkepigaaelkodbfbifba
URL Ufficiale https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba
Descrizione Redirect reddit.com to old.reddit.com
Dimensione del File 8.46 KB
Conteggio Installazioni 670
Versione Corrente 1.0
Ultimo Aggiornamento 2019-09-17
Data di Pubblicazione 2019-09-16
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore TechHax
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect reddit.com to old.reddit.com",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "webRequestBlocking"
    ]
}