New Reddit Redirect
Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
Cos'è New Reddit Redirect?
New Reddit Redirect è un'estensione di Chrome sviluppata da Tyler W, e la sua funzione principale è "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Reddit Redirect
Scarica i file di estensione New 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
                        always be on www.reddit.com
Old Reddit Redirect is an extension that I use. I heard someone say the opposite would be useful for them, so I edited it to do the opposite                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | aeaplligbgbdhbdjibdfpnfdbefobgll | 
| URL Ufficiale | https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll | 
| Descrizione | Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com) | 
| Dimensione del File | 454 KB | 
| Conteggio Installazioni | 175 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2019-01-08 | 
| Data di Pubblicazione | 2019-01-08 | 
| Valutazione | 4.60/5 Totale 5 Valutazioni | 
| Sviluppatore | Tyler W | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "New Reddit Redirect",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/new.reddit.com\/*",
        "*:\/\/pay.reddit.com\/*",
        "*:\/\/old.reddit.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}  |  |