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.".
Снимки экрана расширения
Скачать файл CRX расширения NoDetour
Скачайте файлы расширений NoDetour в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } } |