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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}