DM Redirect
Blocks selected sites by redirecting to another site of your choice.
Qu'est-ce que DM Redirect ?
DM Redirect est une extension Chrome développée par emmavioletmakinson, et sa fonction principale est "Blocks selected sites by redirecting to another site of your choice.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DM Redirect
Téléchargez les fichiers d'extension DM Redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DM Redirect |
ID | pfbdhjecpnbopodopafogoggcbpojdci |
URL Officiel | https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci |
Description | Blocks selected sites by redirecting to another site of your choice. |
Taille du Fichier | 56.44 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.02 |
Dernière Mise à Jour | 2019-06-27 |
Date de Publication | 2019-06-27 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | emmavioletmakinson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |