NetGoLynx

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

ما هو NetGoLynx؟

NetGoLynx هو إضافة Chrome تم تطويرها بواسطة Cellivar، والميزة الرئيسية لها هي "Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NetGoLynx

قم بتنزيل ملفات الامتداد NetGoLynx بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم NetGoLynx NetGoLynx
ID mklkfomkjepmekcdknkpcnfmjhlcgjjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/netgolynx/mklkfomkjepmekcdknkpcnfmjhlcgjjf
الوصف Redirect go/links directly to a NetGoLynx server for a faster and more secure experience.
حجم الملف 14.67 KB
عدد التثبيتات 10
النسخة الحالية 0.2
آخر تحديث 2021-03-07
تاريخ النشر 2021-03-07
المطور Cellivar
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Cellivar/NetGoLynx-Extension
عنوان صفحة المساعدة https://github.com/Cellivar/NetGoLynx-Extension
اللغات المدعومة 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"
    }
}