Ghelper
This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing.
What is Ghelper?
Ghelper is a Chrome extension developed by https://ghelper.net, and its main feature is "This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing.".
Extension Screenshots
Download Ghelper Extension CRX File
Download Ghelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
这是谷歌上网助手的公测版本.
Extension Basic Information
Name | |
ID | cieikaeocafmceoapfogpffaalkncpkc |
Official URL | https://chromewebstore.google.com/detail/ghelper/cieikaeocafmceoapfogpffaalkncpkc |
Description | This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing. |
File Size | 332 KB |
Installation Count | 400,000 |
Current Version | 2.8.15 |
Last Updated | 2024-03-06 |
Publish Date | 2020-04-15 |
Rating | 4.02/5 Total 429 Ratings |
Developer | https://ghelper.net |
[email protected] | |
Payment Type | free |
Extension Website | http://googlehelper.net/ |
Privacy Policy Page URL | http://googlehelper.net/policies/privacy |
Supported Languages | 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 } |