DM Redirect
Blocks selected sites by redirecting to another site of your choice.
Apa itu DM Redirect?
DM Redirect adalah ekstensi Chrome yang dikembangkan oleh emmavioletmakinson, dan fitur utamanya adalah "Blocks selected sites by redirecting to another site of your choice.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DM Redirect
Unduh file ekstensi DM Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DM Redirect |
ID | pfbdhjecpnbopodopafogoggcbpojdci |
URL Resmi | https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci |
Deskripsi | Blocks selected sites by redirecting to another site of your choice. |
Ukuran File | 56.44 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.02 |
Terakhir Diperbarui | 2019-06-27 |
Tanggal Publikasi | 2019-06-27 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | emmavioletmakinson |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |