Undirect
Removes link tracking and redirection from facebook results
Was ist Undirect?
Undirect ist eine Chrome-Erweiterung, die von xwipeoutx entwickelt wurde, und ihr Hauptmerkmal ist "Removes link tracking and redirection from facebook results".
Erweiterungsscreenshots
Undirect-Erweiterungs-CRX-Datei herunterladen
Laden Sie Undirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dohbiijnjeiejifbgfdhfknogknkglio |
| Offizielle URL | https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio |
| Beschreibung | Removes link tracking and redirection from facebook results |
| Dateigröße | 15.96 KB |
| Installationsanzahl | 2,359 |
| Aktuelle Version | 2.0.0 |
| Letztes Update | 2018-12-04 |
| Veröffentlichungsdatum | 2018-12-04 |
| Bewertung | 4.33/5 Insgesamt 70 Bewertungen |
| Entwickler | xwipeoutx |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/xwipeoutx/undirect |
| Unterstützte Sprachen | 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"
]
}
]
} | |