NoDetour
Changes links passed through redirection scripts to point straight to the final URL.
Qu'est-ce que NoDetour ?
NoDetour est une extension Chrome développée par Patrick H. Lauke, et sa fonction principale est "Changes links passed through redirection scripts to point straight to the final URL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NoDetour
Téléchargez les fichiers d'extension NoDetour au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | NoDetour |
ID | eghdfpkmigckncdkleddhgflbbacimmc |
URL Officiel | https://chromewebstore.google.com/detail/nodetour/eghdfpkmigckncdkleddhgflbbacimmc |
Description | Changes links passed through redirection scripts to point straight to the final URL. |
Taille du Fichier | 125 KB |
Nombre d'Installations | 583 |
Version Actuelle | 5.0 |
Dernière Mise à Jour | 2022-08-03 |
Date de Publication | 2013-08-02 |
Évaluation | 3.71/5 Total 7 Évaluations |
Développeur | Patrick H. Lauke |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.splintered.co.uk |
Langues Prises en Charge | 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" } } |