Ghelper
This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing.
Co je Ghelper?
Ghelper je rozšíření Chrome vyvinuté https://ghelper.net, a jeho hlavní funkcí je „This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ghelper
Stáhněte si soubory rozšíření Ghelper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
简单易用的《谷歌上网助手》,可以解决chrome扩展无法自动更新的问题,同时可以访问谷歌google搜索,gmail邮箱,google+等谷歌服务。 《谷歌上网助手》一键安装,无需其他配置,即可访问谷歌。 使用本插件可以免费上: - google.com 谷歌搜索 - mail.google.com gmail邮箱 - chrome商店访问
Základní Informace o Rozšíření
Název | Ghelper |
ID | nonmafimegllfoonjgplbabhmgfanaka |
Oficiální URL | https://chromewebstore.google.com/detail/ghelper/nonmafimegllfoonjgplbabhmgfanaka |
Popis | This is a browser plugin for developers, cross-border workers, and research institutes to secure and speed Internet surfing. |
Velikost souboru | 332 KB |
Počet instalací | 254,924 |
Aktuální Verze | 2.8.15 |
Poslední Aktualizace | 2024-03-02 |
Datum Vydání | 2020-02-16 |
Hodnocení | 4.24/5 Celkem 775 Hodnocení |
Vývojář | https://ghelper.net |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://googlehelper.net/policies/privacy |
Podporované Jazyky | 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 } |