TekLan VPN

An awesome and lightning quick VPN service provider!

What is TekLan VPN?

TekLan VPN is a Chrome extension developed by https://teklanvpn.com, and its main feature is "An awesome and lightning quick VPN service provider!".

Extension Screenshots

screenshot

Download TekLan VPN Extension CRX File

Download TekLan VPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name TekLan VPN TekLan VPN
ID mbilioifglkkmbhkknlecljgkmjhigij
Official URL https://chromewebstore.google.com/detail/teklan-vpn/mbilioifglkkmbhkknlecljgkmjhigij
Description An awesome and lightning quick VPN service provider!
File Size 1.9 MB
Installation Count 137
Current Version 1.2.3
Last Updated 2023-03-26
Publish Date 2021-04-07
Developer https://teklanvpn.com
Email [email protected]
Payment Type free
Extension Website https://teklanvpn.com
Help Page URL https://teklanvpn.com/submitticket.php
Privacy Policy Page URL https://teklanvpn.com/privacy
Supported Languages 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"
}