NoDetour
Changes links passed through redirection scripts to point straight to the final URL.
What is NoDetour?
NoDetour is a Chrome extension developed by Patrick H. Lauke, and its main feature is "Changes links passed through redirection scripts to point straight to the final URL.".
Extension Screenshots
Download NoDetour Extension CRX File
Download NoDetour extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | NoDetour |
ID | eghdfpkmigckncdkleddhgflbbacimmc |
Official URL | https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc |
Description | Changes links passed through redirection scripts to point straight to the final URL. |
File Size | 125 KB |
Installation Count | 583 |
Current Version | 5.0 |
Last Updated | 2022-08-03 |
Publish Date | 2013-08-02 |
Rating | 3.71/5 Total 7 Ratings |
Developer | Patrick H. Lauke |
[email protected] | |
Payment Type | free |
Extension Website | https://www.splintered.co.uk |
Supported Languages | 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" } } |