NoDetour

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

ما هو NoDetour؟

NoDetour هو إضافة Chrome تم تطويرها بواسطة Patrick H. Lauke، والميزة الرئيسية لها هي "Changes links passed through redirection scripts to point straight to the final URL.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NoDetour

قم بتنزيل ملفات الامتداد NoDetour بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/                    

معلومات أساسية عن التمديد

الاسم NoDetour NoDetour
ID eghdfpkmigckncdkleddhgflbbacimmc
عنوان URL الرسمي https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc
الوصف Changes links passed through redirection scripts to point straight to the final URL.
حجم الملف 125 KB
عدد التثبيتات 583
النسخة الحالية 5.0
آخر تحديث 2022-08-03
تاريخ النشر 2013-08-02
تقييم 3.71/5 مجموع تقييمات 7
المطور Patrick H. Lauke
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.splintered.co.uk
اللغات المدعومة 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"
    }
}