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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}