DirectLinks

Makes indirect links on Google and Facebook direct.

Apa itu DirectLinks?

DirectLinks adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Makes indirect links on Google and Facebook direct.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DirectLinks

Unduh file ekstensi DirectLinks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
URL Resmi https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
Deskripsi Makes indirect links on Google and Facebook direct.
Ukuran File 227 KB
Jumlah Instalasi 191
Versi Saat Ini 2.0
Terakhir Diperbarui 2018-09-12
Tanggal Publikasi 2018-09-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/au5ton/DirectLinks
Bahasa yang Didukung 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"
            ]
        }
    ]
}