Undirect

Removes link tracking and redirection from facebook results

Hvad er Undirect?

Undirect er en Chrome-udvidelse udviklet af xwipeoutx, og dens hovedfunktion er "Removes link tracking and redirection from facebook results".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Undirect-udvidelses-CRX-fil

Download Undirect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Undirect Undirect
ID dohbiijnjeiejifbgfdhfknogknkglio
Officiel URL https://chromewebstore.google.com/detail/undirect/dohbiijnjeiejifbgfdhfknogknkglio
Beskrivelse Removes link tracking and redirection from facebook results
Filstørrelse 15.96 KB
Antal Installationer 2,359
Nuværende Version 2.0.0
Senest Opdateret 2018-12-04
Udgivelsesdato 2018-12-04
Bedømmelse 4.33/5 Samlet 70 Bedømmelser
Udvikler xwipeoutx
Betalingsmetode free
Udvidelseswebsted https://github.com/xwipeoutx/undirect
Understøttede Sprog 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"
            ]
        }
    ]
}