DM Redirect

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

What is DM Redirect?

DM Redirect is a Chrome extension developed by emmavioletmakinson, and its main feature is "Blocks selected sites by redirecting to another site of your choice.".

Extension Screenshots

Download DM Redirect Extension CRX File

Download DM Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
Official URL https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
Description Blocks selected sites by redirecting to another site of your choice.
File Size 56.44 KB
Installation Count 24
Current Version 1.02
Last Updated 2019-06-27
Publish Date 2019-06-27
Rating 2.00/5 Total 4 Ratings
Developer emmavioletmakinson
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}