NoDetour

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

Co je NoDetour?

NoDetour je rozšíření Chrome vyvinuté Patrick H. Lauke, a jeho hlavní funkcí je „Changes links passed through redirection scripts to point straight to the final URL.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NoDetour

Stáhněte si soubory rozšíření NoDetour ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
Oficiální URL https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
Popis Changes links passed through redirection scripts to point straight to the final URL.
Velikost souboru 125 KB
Počet instalací 583
Aktuální Verze 5.0
Poslední Aktualizace 2022-08-03
Datum Vydání 2013-08-02
Hodnocení 3.71/5 Celkem 7 Hodnocení
Vývojář Patrick H. Lauke
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.splintered.co.uk
Podporované Jazyky 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"
    }
}