DM Redirect

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

DM Redirectคืออะไร?

DM Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emmavioletmakinson และคุณลักษณะหลักของมันคือ "Blocks selected sites by redirecting to another site of your choice."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DM Redirect

ดาวน์โหลดไฟล์ส่วนขยาย DM Redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DM Redirect DM Redirect
ID pfbdhjecpnbopodopafogoggcbpojdci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dm-redirect/pfbdhjecpnbopodopafogoggcbpojdci
คำอธิบาย Blocks selected sites by redirecting to another site of your choice.
ขนาดไฟล์ 56.44 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2019-06-27
วันที่เผยแพร่ 2019-06-27
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา emmavioletmakinson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}