DirectLinks

Makes indirect links on Google and Facebook direct.

Co je DirectLinks?

DirectLinks je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Makes indirect links on Google and Facebook direct.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DirectLinks

Stáhněte si soubory rozšíření DirectLinks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension circumvents certain techniques used by Google and Facebook to track link clicks.

When you click a link in Google search results, Google uses JavaScript to replace the actual link with an indirect one, which they use for click tracking. Google then redirects the browser to the actual destination after logging the click. DirectLinks disables the JavaScript that replaces real links with indirect ones, so that when you click a search result link, Safari goes straight to the destination.

The extension does something similar for links in Facebook posts: it removes JavaScript that Facebook uses to track clicks on these links.                    

Základní Informace o Rozšíření

Název DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
Oficiální URL https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
Popis Makes indirect links on Google and Facebook direct.
Velikost souboru 227 KB
Počet instalací 191
Aktuální Verze 2.0
Poslední Aktualizace 2018-09-12
Datum Vydání 2018-09-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://github.com/au5ton/DirectLinks
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DirectLinks",
    "version": "2.0",
    "description": "Makes indirect links on Google and Facebook direct.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ]
}