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文件

下载TekLan VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}