Google Net Browse Helper

This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…

What is Google Net Browse Helper?

Google Net Browse Helper is a Chrome extension developed by https://nodessl.com, and its main feature is "This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…".

Extension Screenshots

screenshot

Download Google Net Browse Helper Extension CRX File

Download Google Net Browse Helper 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

                        Offline installation Download Address:
https://github.com/nodelrd/google-net-browse-helper/releases                    

Extension Basic Information

Name Google Net Browse Helper Google Net Browse Helper
ID mjdehbkikkkcnogiikhankanhgjfgljl
Official URL https://chromewebstore.google.com/detail/google-net-browse-helper/mjdehbkikkkcnogiikhankanhgjfgljl
Description This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…
File Size 3.75 MB
Installation Count 1,108
Current Version 1.0
Last Updated 2021-04-27
Publish Date 2021-04-24
Rating 3.63/5 Total 8 Ratings
Developer https://nodessl.com
Email [email protected]
Payment Type in_app
Extension Website https://nodessl.com
Privacy Policy Page URL https://nodessl.com/posts/privacy_policy
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/nodessl.com",
    "icons": {
        "16": "static\/logo\/16.png",
        "48": "static\/logo\/48.png",
        "128": "static\/logo\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_name__",
        "default_icon": "static\/logo\/128.png",
        "default_popup": "index.html#\/popup"
    },
    "options_page": "index.html#\/userinfo",
    "omnibox": {
        "keyword": "__MSG_name__"
    },
    "offline_enabled": false,
    "default_locale": "zh_CN",
    "permissions": [
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        ""
    ],
    "background": {
        "scripts": [
            "background\/menu.js"
        ],
        "persistent": true
    }
}