DM Redirect

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

Hvad er DM Redirect?

DM Redirect er en Chrome-udvidelse udviklet af emmavioletmakinson, og dens hovedfunktion er "Blocks selected sites by redirecting to another site of your choice.".

Udvidelsesskærmbilleder

Download DM Redirect-udvidelses-CRX-fil

Download DM Redirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
Officiel URL https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
Beskrivelse Blocks selected sites by redirecting to another site of your choice.
Filstørrelse 56.44 KB
Antal Installationer 24
Nuværende Version 1.02
Senest Opdateret 2019-06-27
Udgivelsesdato 2019-06-27
Bedømmelse 2.00/5 Samlet 4 Bedømmelser
Udvikler emmavioletmakinson
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}