New Reddit Redirect

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

New Reddit Redirect란 무엇입니까?

New Reddit Redirect은(는) Tyler W에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)"입니다.

확장 프로그램 스크린샷

screenshot

New Reddit Redirect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 New Reddit Redirect New Reddit Redirect
ID aeaplligbgbdhbdjibdfpnfdbefobgll
공식 URL https://chromewebstore.google.com/detail/new-reddit-redirect/aeaplligbgbdhbdjibdfpnfdbefobgll
설명 Ensure Reddit always loads the default domain (not a sub domain like old.reddit.com)
파일 크기 454 KB
설치 횟수 175
현재 버전 1.0
최근 업데이트 2019-01-08
출시 날짜 2019-01-08
평점 4.60/5 총 5 개의 평점
개발자 Tyler W
결제 유형 free
지원되는 언어 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"
}