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文件

下載DM Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}