DirectLinks

Makes indirect links on Google and Facebook direct.

Was ist DirectLinks?

DirectLinks ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Makes indirect links on Google and Facebook direct.".

Erweiterungsscreenshots

screenshot

DirectLinks-Erweiterungs-CRX-Datei herunterladen

Laden Sie DirectLinks-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
Offizielle URL https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
Beschreibung Makes indirect links on Google and Facebook direct.
Dateigröße 227 KB
Installationsanzahl 191
Aktuelle Version 2.0
Letztes Update 2018-09-12
Veröffentlichungsdatum 2018-09-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/au5ton/DirectLinks
Unterstützte Sprachen 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"
            ]
        }
    ]
}