TekLan VPN

An awesome and lightning quick VPN service provider!

TekLan VPN란 무엇입니까?

TekLan VPN은(는) https://teklanvpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An awesome and lightning quick VPN service provider!"입니다.

확장 프로그램 스크린샷

screenshot

TekLan VPN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TekLan VPN's proxy extension! Allows you access to your Teklan VPNservice to create a proxy connection with all of our servers!                    

확장 프로그램 기본 정보

이름 TekLan VPN TekLan VPN
ID mbilioifglkkmbhkknlecljgkmjhigij
공식 URL https://chromewebstore.google.com/detail/teklan-vpn/mbilioifglkkmbhkknlecljgkmjhigij
설명 An awesome and lightning quick VPN service provider!
파일 크기 1.9 MB
설치 횟수 137
현재 버전 1.2.3
최근 업데이트 2023-03-26
출시 날짜 2021-04-07
개발자 https://teklanvpn.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://teklanvpn.com
도움말 페이지 URL https://teklanvpn.com/submitticket.php
개인정보 보호 정책 페이지 URL https://teklanvpn.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TekLan VPN",
    "description": "An awesome and lightning quick VPN service provider!",
    "version": "1.2.3",
    "icons": {
        "128": "icons\/128off.png",
        "48": "icons\/48off.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "notifications",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icons\/128off.png",
        "default_title": "Teklan VPN",
        "default_popup": "f.html"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js"
        ]
    },
    "minimum_chrome_version": "31.0.0"
}