FreeMyBrowser - Encrypted VPN Proxy

Free your browser from censorship and borders and browse secure and free the Internet.

FreeMyBrowser - Encrypted VPN Proxy란 무엇입니까?

FreeMyBrowser - Encrypted VPN Proxy은(는) https://freemybrowser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free your browser from censorship and borders and browse secure and free the Internet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FreeMyBrowser - Encrypted VPN Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A VPN Extension without traffic limitations or any other boundaries: Free your browser from censorship and borders to browse secure and free the Internet. 
Encrypt all your browsers traffic through the country of your choice!

Freemybrowser gives you access to blocked services and content like Facebook, YouTube, Netflix, BBC, ITV Player and Pandora.

- Hide your real IP-Address
- encrypt your browsers traffic
- reroute your traffic through our secure servers
- access blocked websites and content

Freemybrowser is a encrypted vpn solution, it works like a proxy, but is fully encrypted and speed up your browsers internet connection. FreeMyBrowser is easy to use.

https://www.facebook.com/freemybrowser
Like us if your happy with our services

If you experience any problems, please feel free to contact us via Facebook, Google Webstore, or [email protected]                    

확장 프로그램 기본 정보

이름 FreeMyBrowser - Encrypted VPN Proxy FreeMyBrowser - Encrypted VPN Proxy
ID bibmocmlcdhadgblaekimealfcnafgfn
공식 URL https://chromewebstore.google.com/detail/freemybrowser-encrypted-v/bibmocmlcdhadgblaekimealfcnafgfn
설명 Free your browser from censorship and borders and browse secure and free the Internet.
파일 크기 1.91 MB
설치 횟수 15,231
현재 버전 1.1.18
최근 업데이트 2023-07-13
출시 날짜 2019-09-13
평점 3.88/5 총 539 개의 평점
개발자 https://freemybrowser.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://freemybrowser.com
도움말 페이지 URL http://freemybrowser.com
개인정보 보호 정책 페이지 URL https://freemybrowser.com/privacy-policy.html
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/freemybrowser_logo_icon_32x32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_popupDefaultTitle__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "images\/freemybrowser_logo_icon_128x128.png",
        "256": "images\/freemybrowser_logo_icon_256x256.png",
        "32": "images\/freemybrowser_logo_icon_32x32.png",
        "64": "images\/freemybrowser_logo_icon_64x64.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.freemybrowser.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'",
    "incognito": "spanning",
    "manifest_version": 2,
    "minimum_chrome_version": "22.0",
    "name": "__MSG_extName__",
    "options_page": "settings.html",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "*:\/\/*\/*",
        "unlimitedStorage",
        "background",
        "webNavigation",
        "cookies",
        "storage",
        "unlimitedStorage"
    ],
    "short_name": "FreeMyBrowser",
    "version": "1.1.18",
    "web_accessible_resources": [
        "images\/check.gif"
    ]
}