DM Redirect

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

¿Qué es DM Redirect?

DM Redirect es una extensión de Chrome desarrollada por emmavioletmakinson, y su función principal es "Blocks selected sites by redirecting to another site of your choice.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión DM Redirect

Descarga archivos de extensión DM Redirect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
URL Oficial https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
Descripción Blocks selected sites by redirecting to another site of your choice.
Tamaño del Archivo 56.44 KB
Cantidad de Instalaciones 24
Versión Actual 1.02
Última Actualización 2019-06-27
Fecha de Publicación 2019-06-27
Calificación 2.00/5 Total de 4 Calificaciones
Desarrollador emmavioletmakinson
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}