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

下載FreeMyBrowser - Encrypted VPN Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}