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
简单易用的《谷歌上网助手》,可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。 《谷歌上网助手》一键安装,无需其他配置,即可访问谷歌。 使用本插件可以免费上: - google.com 谷歌搜索 - mail.google.com gmail邮箱 - chrome商店访问
Extension Basic Information
Name | Ghelper |
ID | nonmafimegllfoonjgplbabhmgfanaka |
Official URL | https://chromewebstore.google.com/detail/ghelper/nonmafimegllfoonjgplbabhmgfanaka |
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 | 254,924 |
Current Version | 2.8.15 |
Last Updated | 2024-03-02 |
Publish Date | 2020-02-16 |
Rating | 4.24/5 Total 775 Ratings |
Developer | https://ghelper.net |
[email protected] | |
Payment Type | free |
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 } |