FreeMyBrowser - Encrypted VPN Proxy

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

FreeMyBrowser - Encrypted VPN Proxy là gì?

FreeMyBrowser - Encrypted VPN Proxy là một tiện ích mở rộng Chrome được phát triển bởi https://freemybrowser.com, và tính năng chính của nó là "Free your browser from censorship and borders and browse secure and free the Internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FreeMyBrowser - Encrypted VPN Proxy

Tải xuống các tệp mở rộng FreeMyBrowser - Encrypted VPN Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FreeMyBrowser - Encrypted VPN Proxy FreeMyBrowser - Encrypted VPN Proxy
ID bibmocmlcdhadgblaekimealfcnafgfn
URL Chính Thức https://chromewebstore.google.com/detail/freemybrowser-encrypted-v/bibmocmlcdhadgblaekimealfcnafgfn
Mô tả Free your browser from censorship and borders and browse secure and free the Internet.
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 15,231
Phiên Bản Hiện Tại 1.1.18
Cập Nhật Lần Cuối 2023-07-13
Ngày Phát Hành 2019-09-13
Đánh Giá 3.88/5 Tổng số 539 Đánh Giá
Nhà Phát Triển https://freemybrowser.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://freemybrowser.com
URL Trang Trợ Giúp http://freemybrowser.com
URL Trang Chính Sách Bảo Mật https://freemybrowser.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}