DM Redirect

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

Co to jest DM Redirect?

DM Redirect to rozszerzenie Chrome opracowane przez emmavioletmakinson, a jego główną funkcją jest „Blocks selected sites by redirecting to another site of your choice.”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia DM Redirect

Pobierz pliki rozszerzeń DM Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
Oficjalny URL https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
Opis Blocks selected sites by redirecting to another site of your choice.
Rozmiar pliku 56.44 KB
Liczba instalacji 24
Aktualna Wersja 1.02
Ostatnia Aktualizacja 2019-06-27
Data Publikacji 2019-06-27
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper emmavioletmakinson
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}