NoDetour

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

Vad är NoDetour?

NoDetour är en Chrome-tillägg utvecklad av Patrick H. Lauke, och dess huvudfunktion är "Changes links passed through redirection scripts to point straight to the final URL.".

Tilläggsskärmbilder

screenshot

Ladda ner NoDetour-förlängningens CRX-fil

Ladda ner NoDetour-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
Officiell webbadress https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
Beskrivning Changes links passed through redirection scripts to point straight to the final URL.
Filstorlek 125 KB
Antal Installationer 583
Aktuell Version 5.0
Senast Uppdaterad 2022-08-03
Publiceringsdatum 2013-08-02
Betyg 3.71/5 Totalt 7 Betyg
Utvecklare Patrick H. Lauke
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.splintered.co.uk
Stödda Språk 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"
    }
}