NoDetour

Changes links passed through redirection scripts to point straight to the final URL.

NoDetourคืออะไร?

NoDetour เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick H. Lauke และคุณลักษณะหลักของมันคือ "Changes links passed through redirection scripts to point straight to the final URL."

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

screenshot

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

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

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

                        Changes links passed through redirection scripts (e.g. /cgi-bin/redirect.cgi?url=http://foo.com - often used for tracking click-throughs or forcing visitors through an intermediate adverts page) to point straight to the final URL. Based on my "link neutraliser" bookmarklet http://www.splintered.co.uk/experiments/48/                    

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

ชื่อ NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
คำอธิบาย Changes links passed through redirection scripts to point straight to the final URL.
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 583
เวอร์ชันปัจจุบัน 5.0
อัปเดตครั้งล่าสุด 2022-08-03
วันที่เผยแพร่ 2013-08-02
คะแนน 3.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Patrick H. Lauke
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.splintered.co.uk
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoDetour",
    "action": [],
    "manifest_version": 3,
    "version": "5.0",
    "description": "Changes links passed through redirection scripts to point straight to the final URL.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/www.splintered.co.uk",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}