DirectLinks

Makes indirect links on Google and Facebook direct.

Wat is DirectLinks?

DirectLinks is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Makes indirect links on Google and Facebook direct.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DirectLinks

Download DirectLinks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
Officiële URL https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
Beschrijving Makes indirect links on Google and Facebook direct.
Bestandsgrootte 227 KB
Aantal Installaties 191
Huidige Versie 2.0
Laatst Bijgewerkt 2018-09-12
Publicatiedatum 2018-09-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/au5ton/DirectLinks
Ondersteunde Talen 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"
            ]
        }
    ]
}