Google Net Browse Helper

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

Что такое Google Net Browse Helper?

Google Net Browse Helper - это расширение Chrome, разработанное https://nodessl.com, и его основная функция - "This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Net Browse Helper

Скачайте файлы расширений Google Net Browse Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Google Net Browse Helper Google Net Browse Helper
ID mjdehbkikkkcnogiikhankanhgjfgljl
Официальный URL https://chromewebstore.google.com/detail/google-net-browse-helper/mjdehbkikkkcnogiikhankanhgjfgljl
Описание This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…
Размер файла 3.75 MB
Количество установок 1,108
Текущая Версия 1.0
Последнее Обновление 2021-04-27
Дата публикации 2021-04-24
Рейтинг 3.63/5 Всего 8 оценок
Разработчик https://nodessl.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://nodessl.com
URL страницы политики конфиденциальности https://nodessl.com/posts/privacy_policy
Поддерживаемые языки 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
    }
}