NoDetour

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

Wat is NoDetour?

NoDetour is een Chrome-extensie ontwikkeld door Patrick H. Lauke, en de belangrijkste functie is "Changes links passed through redirection scripts to point straight to the final URL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoDetour

Download NoDetour-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
Officiële URL https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
Beschrijving Changes links passed through redirection scripts to point straight to the final URL.
Bestandsgrootte 125 KB
Aantal Installaties 583
Huidige Versie 5.0
Laatst Bijgewerkt 2022-08-03
Publicatiedatum 2013-08-02
Beoordeling 3.71/5 Totaal 7 Beoordelingen
Ontwikkelaar Patrick H. Lauke
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.splintered.co.uk
Ondersteunde Talen 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"
    }
}