DM Redirect

Blocks selected sites by redirecting to another site of your choice.

DM Redirect란 무엇입니까?

DM Redirect은(는) emmavioletmakinson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blocks selected sites by redirecting to another site of your choice."입니다.

확장 프로그램 스크린샷

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

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

확장 프로그램 사용 설명서

                        Controversial confession: I spend a lot of time on The Daily Mail website. I've tried to stop, but I'm pretty sure my fingers have it on autopilot. This extension was originally designed to redirect to The Guardian every time I tried to visit The Daily Mail website.

To celebrate many months of being Daily Mail free, I've now extended DM Redirect so it can block and redirect to any sites you like. To change settings, just click the extension icon.

It still tracks absolutely nothing except to identify when you type the name of a blocked site in your url bar.                    

확장 프로그램 기본 정보

이름 DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
공식 URL https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
설명 Blocks selected sites by redirecting to another site of your choice.
파일 크기 56.44 KB
설치 횟수 24
현재 버전 1.02
최근 업데이트 2019-06-27
출시 날짜 2019-06-27
평점 2.00/5 총 4 개의 평점
개발자 emmavioletmakinson
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DM Redirect",
    "version": "1.02",
    "description": "Blocks selected sites by redirecting to another site of your choice.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "app\/views\/status.html",
        "default_icon": "redirect_icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}