NoDetour

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

Co to jest NoDetour?

NoDetour to rozszerzenie Chrome opracowane przez Patrick H. Lauke, a jego główną funkcją jest „Changes links passed through redirection scripts to point straight to the final URL.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia NoDetour

Pobierz pliki rozszerzeń NoDetour w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
Oficjalny URL https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
Opis Changes links passed through redirection scripts to point straight to the final URL.
Rozmiar pliku 125 KB
Liczba instalacji 583
Aktualna Wersja 5.0
Ostatnia Aktualizacja 2022-08-03
Data Publikacji 2013-08-02
Ocena 3.71/5 Łącznie 7 Oceny
Deweloper Patrick H. Lauke
E-mail redux@splintered.co.uk
Typ Płatności free
Strona Rozszerzenia https://www.splintered.co.uk
Obsługiwane Języki 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"
    }
}