DM Redirect

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

O que é DM Redirect?

DM Redirect é uma extensão do Chrome desenvolvida por emmavioletmakinson, e sua principal característica é "Blocks selected sites by redirecting to another site of your choice.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão DM Redirect

Baixe arquivos de extensão DM Redirect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
URL Oficial https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
Descrição Blocks selected sites by redirecting to another site of your choice.
Tamanho do Arquivo 56.44 KB
Contagem de Instalações 24
Versão Atual 1.02
Última Atualização 2019-06-27
Data de Publicação 2019-06-27
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor emmavioletmakinson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}