NoDetour

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

NoDetour là gì?

NoDetour là một tiện ích mở rộng Chrome được phát triển bởi Patrick H. Lauke, và tính năng chính của nó là "Changes links passed through redirection scripts to point straight to the final URL.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NoDetour

Tải xuống các tệp mở rộng NoDetour dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
URL Chính Thức https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
Mô tả Changes links passed through redirection scripts to point straight to the final URL.
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 583
Phiên Bản Hiện Tại 5.0
Cập Nhật Lần Cuối 2022-08-03
Ngày Phát Hành 2013-08-02
Đánh Giá 3.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Patrick H. Lauke
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.splintered.co.uk
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}