NetGoLynx

Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.

Apa itu NetGoLynx?

NetGoLynx adalah ekstensi Chrome yang dikembangkan oleh Cellivar, dan fitur utamanya adalah "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NetGoLynx

Unduh file ekstensi NetGoLynx 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

                        Forward go/ links directly to a NetGoLynx server, without needing any DNS configuration!

If you or your company runs a NetGoLynx URL shortener this extension can help you route links to that server no matter what VPN or network you're on.                    

Informasi Dasar Ekstensi

Nama NetGoLynx NetGoLynx
ID mklkfomkjepmekcdknkpcnfmjhlcgjjf
URL Resmi https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf
Deskripsi Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
Ukuran File 14.67 KB
Jumlah Instalasi 10
Versi Saat Ini 0.2
Terakhir Diperbarui 2021-03-07
Tanggal Publikasi 2021-03-07
Pengembang Cellivar
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Cellivar/NetGoLynx-Extension
URL Halaman Bantuan https://github.com/Cellivar/NetGoLynx-Extension
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetGoLynx",
    "version": "0.2",
    "description": "Redirect go\/links directly to a NetGoLynx server for a faster and more secure experience.",
    "homepage_url": "https:\/\/github.com\/Cellivar\/NetGoLynx",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/go\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
}