Helloii
Helloii
What is Helloii?
Helloii is a Chrome extension developed by frnd.ai, and its main feature is "Helloii".
Extension Screenshots
Download Helloii Extension CRX File
Download Helloii 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
With Helloii, you don't have to worry about typing keywords into a search bar or scrolling through countless pages of search results. Instead, you can simply chat with ChatGPT and ask it questions in a natural way you search google on chrome
Extension Basic Information
Name | Helloii |
ID | ceocjcfbmldpcgnfklmipgnpoabhfela |
Official URL | https://chromewebstore.google.com/detail/helloii/ceocjcfbmldpcgnfklmipgnpoabhfela |
Description | Helloii |
File Size | 353 KB |
Installation Count | 592 |
Current Version | 3.0.4 |
Last Updated | 2024-01-17 |
Publish Date | 2023-03-16 |
Rating | 4.92/5 Total 24 Ratings |
Developer | frnd.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome.helloii.com/ |
Privacy Policy Page URL | https://chrome.helloii.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Helloii", "version": "3.0.4", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png" }, "description": "Helloii", "homepage_url": "https:\/\/helloii.com\/", "short_name": "Helloii", "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/", "http:\/\/127.0.0.1\/" ], "host_permissions": [ "https:\/\/www.googleapis.com\/*", "https:\/\/apis.google.com\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "default_title": "tiny title" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "chrome_url_overrides": { "newtab": "options.html" }, "background": { "service_worker": "js\/background.bundle.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ] } |