Undirect
Removes link tracking and redirection from facebook results
Qu'est-ce que Undirect ?
Undirect est une extension Chrome développée par xwipeoutx, et sa fonction principale est "Removes link tracking and redirection from facebook results".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Undirect
Téléchargez les fichiers d'extension Undirect 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
UPDATE: Removed Google support as they changed their tracking to no longer use redirects - thus making this extension pointless for it. see https://github.com/xwipeoutx/undirect/issues/13 for more info. Have you ever tried to copy a url from Facebook search and got a massive redirect url instead? Do you want them to know exactly what search results you're clicking? Have you seen your browser stuck at a redirect page, instead of going straight where you want to? Undirect can fix these things! Links on Facebook search results will no longer do any redirecting - go straight to the site you want, first time! Supports both HTTP and HTTPS. View the project page on GitHub: https://github.com/xwipeoutx/undirect
Informations de Base sur l'Extension
Nom | Undirect |
ID | dohbiijnjeiejifbgfdhfknogknkglio |
URL Officiel | https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio |
Description | Removes link tracking and redirection from facebook results |
Taille du Fichier | 15.96 KB |
Nombre d'Installations | 2,359 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2018-12-04 |
Date de Publication | 2018-12-04 |
Évaluation | 4.33/5 Total 70 Évaluations |
Développeur | xwipeoutx |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/xwipeoutx/undirect |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Undirect", "version": "2.0.0", "author": "Steve Leigh", "homepage_url": "https:\/\/github.com\/xwipeoutx\/undirect", "description": "Removes link tracking and redirection from facebook results", "icons": { "16": "undirect16.png", "48": "undirect48.png", "128": "undirect128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "undirect.js" ] } ] } |