Free Vpn Proxy Extension

Safe, unlimited, and free VPN service. Change your IP addresss with free VPN

Free Vpn Proxy Extension란 무엇입니까?

Free Vpn Proxy Extension은(는) Chrome extensions 2022에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Safe, unlimited, and free VPN service. Change your IP addresss with free VPN"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Free Vpn Proxy Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free VPN for Chrome is the fastest and easy in using Proxy service starts working by one click in your browser. The friendly design allows you to change the current IP address by choosing another country from the wide list right in the extension menu to unlock websites that are prohibited in your location. Simply mark to contry to connect random IP address in order to just hide your connection.
 
It's fully free VPN without registration, credit cards and ads.
Click "Add to Chrome" right now and get unlimited VPN service for free. fastest and simplest FREE Chrome VPN. Unblock any website and browse the web private and secure !
Open all fringes of web browsing without any restriction absolutely secured and anonymously as well as unblock any website and receive all information from different sources as it should be in modern society.
Our VPN extension for Chrome switches your virtual location and changes your IP address to one from our remote servers.
Encrypt your connection & unblock websites easily.
VPN for Chrome is the fastest and easy in using Proxy service starts working by one click in your browser. The friendly design allows you to change the current IP address by choosing another country from the wide list right in the extension menu to unlock websites that are prohibited in your location. 

Surf, browse, get access to any website without limits and registrations,   reliable, many servers in different countries let me open all blocked sites, plus it does not affect or slow browsing speed.
Was designed on the edge of cyber security technologies as an evolution of restrictions bypass extension for the most popular websites. The most trusted, reliable and protected Proxy extension CIS countries is now available worldwide.
With unlimited VPN you can unblock, bypass government constraints and access any website anonymously,free and with no connection restrictions.
Experience the easiest-to-use VPN extension. To get started, install the extension from Chrome store or official website absolutely FREE with a single click, choose the location of your choice or pick from the preloaded list of popular websites
Stay anonymous, secured and unrestricted! Unblock any website with unlimited VPN service.

Please leave us a rating and a comment !!!                    

확장 프로그램 기본 정보

이름 Free Vpn Proxy Extension Free Vpn Proxy Extension
ID dceefkagippahflahjkiapelilbalpmo
공식 URL https://chrome.google.com/webstore/detail/free-vpn-proxy-extension/dceefkagippahflahjkiapelilbalpmo
설명 Safe, unlimited, and free VPN service. Change your IP addresss with free VPN
파일 크기 602 KB
설치 횟수 19,934
현재 버전 1.5
최근 업데이트 2023-02-13
출시 날짜 2021-01-09
평점 3.31/5 총 29 개의 평점
개발자 Chrome extensions 2022
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Free Vpn Proxy Extension",
    "options_page": "options.html",
    "background": {
        "service_worker": "worker_container.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/disabled16.png",
            "48": "icons\/disabled48.png",
            "128": "icons\/disabled128.png",
            "300": "icons\/disabled300.png"
        },
        "default_title": "Free Vpn Proxy Extension",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "Free Vpn Proxy Extension",
    "permissions": [
        "proxy",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "short_name": "__MSG_extName__",
    "version": "1.5",
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}