Google Net Browse Helper

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

Cos'è Google Net Browse Helper?

Google Net Browse Helper è un'estensione di Chrome sviluppata da https://nodessl.com, e la sua funzione principale è "This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Net Browse Helper

Scarica i file di estensione Google Net Browse Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Google Net Browse Helper Google Net Browse Helper
ID mjdehbkikkkcnogiikhankanhgjfgljl
URL Ufficiale https://chromewebstore.google.com/detail/google-net-browse-helper/mjdehbkikkkcnogiikhankanhgjfgljl
Descrizione This is a browser plugin for students, developers, cross-border workers, and research institutes to secure and speed Internet…
Dimensione del File 3.75 MB
Conteggio Installazioni 1,108
Versione Corrente 1.0
Ultimo Aggiornamento 2021-04-27
Data di Pubblicazione 2021-04-24
Valutazione 3.63/5 Totale 8 Valutazioni
Sviluppatore https://nodessl.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://nodessl.com
URL della Pagina della Politica sulla Privacy https://nodessl.com/posts/privacy_policy
Lingue Supportate 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
    }
}