DM Redirect
Blocks selected sites by redirecting to another site of your choice.
Was ist DM Redirect?
DM Redirect ist eine Chrome-Erweiterung, die von emmavioletmakinson entwickelt wurde, und ihr Hauptmerkmal ist "Blocks selected sites by redirecting to another site of your choice.".
Erweiterungsscreenshots
DM Redirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie DM Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | DM Redirect |
ID | pfbdhjecpnbopodopafogoggcbpojdci |
Offizielle URL | https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci |
Beschreibung | Blocks selected sites by redirecting to another site of your choice. |
Dateigröße | 56.44 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.02 |
Letztes Update | 2019-06-27 |
Veröffentlichungsdatum | 2019-06-27 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | emmavioletmakinson |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |