NoDetour

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

Apa itu NoDetour?

NoDetour adalah ekstensi Chrome yang dikembangkan oleh Patrick H. Lauke, dan fitur utamanya adalah "Changes links passed through redirection scripts to point straight to the final URL.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NoDetour

Unduh file ekstensi NoDetour dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
URL Resmi https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
Deskripsi Changes links passed through redirection scripts to point straight to the final URL.
Ukuran File 125 KB
Jumlah Instalasi 583
Versi Saat Ini 5.0
Terakhir Diperbarui 2022-08-03
Tanggal Publikasi 2013-08-02
Penilaian 3.71/5 Total 7 Penilaian
Pengembang Patrick H. Lauke
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.splintered.co.uk
Bahasa yang Didukung 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"
    }
}