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はhttps://nodessl.comによって開発されたChromeの拡張機能で、その主な機能は「This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…」です。

拡張機能のスクリーンショット

screenshot

Google Net Browse Helper拡張機能のCRXファイルをダウンロード

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
Eメール [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
    }
}