NoDetour

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

什么是NoDetour?

NoDetour是由Patrick H. Lauke开发的Chrome扩展程序,该扩展的主要功能是“Changes links passed through redirection scripts to point straight to the final URL.”。

扩展截图

screenshot

下载NoDetour扩展crx文件

下载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"
    }
}