New Reddit Redirect

Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)

Co to jest New Reddit Redirect?

New Reddit Redirect to rozszerzenie Chrome opracowane przez Tyler W, a jego główną funkcją jest „Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia New Reddit Redirect

Pobierz pliki rozszerzeń New Reddit Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa New Reddit Redirect New Reddit Redirect
ID aeaplligbgbdhbdjibdfpnfdbefobgll
Oficjalny URL https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll
Opis Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
Rozmiar pliku 454 KB
Liczba instalacji 175
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-01-08
Data Publikacji 2019-01-08
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Tyler W
Typ Płatności free
Obsługiwane Języki 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"
}