Ghelper
This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing.
Co to jest Ghelper?
Ghelper to rozszerzenie Chrome opracowane przez https://ghelper.net, a jego główną funkcją jest „This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ghelper
Pobierz pliki rozszerzeń Ghelper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
这是谷歌上网助手的公测版本.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cieikaeocafmceoapfogpffaalkncpkc |
Oficjalny URL | https://chromewebstore.google.com/detail/ghelper/cieikaeocafmceoapfogpffaalkncpkc |
Opis | This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing. |
Rozmiar pliku | 332 KB |
Liczba instalacji | 400,000 |
Aktualna Wersja | 2.8.15 |
Ostatnia Aktualizacja | 2024-03-06 |
Data Publikacji | 2020-04-15 |
Ocena | 4.02/5 Łącznie 429 Oceny |
Deweloper | https://ghelper.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://googlehelper.net/ |
Adres URL Strony Polityki Prywatności | http://googlehelper.net/policies/privacy |
Obsługiwane Języki | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.8.15", "minimum_chrome_version": "88", "homepage_url": "https:\/\/ghelper.net", "default_locale": "zh_CN", "options_page": "options.html", "action": { "default_title": "__MSG_name__", "default_icon": "assets\/img\/icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "sw.min.js" }, "icons": { "16": "assets\/img\/icon.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "permissions": [ "management", "proxy", "alarms", "storage" ], "host_permissions": [], "manifest_version": 3 } |