DirectLinks

Makes indirect links on Google and Facebook direct.

Co to jest DirectLinks?

DirectLinks to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Makes indirect links on Google and Facebook direct.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DirectLinks

Pobierz pliki rozszerzeń DirectLinks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
Oficjalny URL https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
Opis Makes indirect links on Google and Facebook direct.
Rozmiar pliku 227 KB
Liczba instalacji 191
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2018-09-12
Data Publikacji 2018-09-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/au5ton/DirectLinks
Obsługiwane Języki 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"
            ]
        }
    ]
}