NoDetour

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

Hvad er NoDetour?

NoDetour er en Chrome-udvidelse udviklet af Patrick H. Lauke, og dens hovedfunktion er "Changes links passed through redirection scripts to point straight to the final URL.".

Udvidelsesskærmbilleder

screenshot

Download NoDetour-udvidelses-CRX-fil

Download NoDetour-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
Officiel URL https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
Beskrivelse Changes links passed through redirection scripts to point straight to the final URL.
Filstørrelse 125 KB
Antal Installationer 583
Nuværende Version 5.0
Senest Opdateret 2022-08-03
Udgivelsesdato 2013-08-02
Bedømmelse 3.71/5 Samlet 7 Bedømmelser
Udvikler Patrick H. Lauke
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.splintered.co.uk
Understøttede Sprog 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"
    }
}