Helloii
Helloii
Cos'è Helloii?
Helloii è un'estensione di Chrome sviluppata da frnd.ai, e la sua funzione principale è "Helloii".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Helloii
Scarica i file di estensione Helloii in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ceocjcfbmldpcgnfklmipgnpoabhfela |
| URL Ufficiale | https://chromewebstore.google.com/detail/helloii/ceocjcfbmldpcgnfklmipgnpoabhfela |
| Descrizione | Helloii |
| Dimensione del File | 353 KB |
| Conteggio Installazioni | 592 |
| Versione Corrente | 3.0.4 |
| Ultimo Aggiornamento | 2024-01-17 |
| Data di Pubblicazione | 2023-03-16 |
| Valutazione | 4.92/5 Totale 24 Valutazioni |
| Sviluppatore | frnd.ai |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://chrome.helloii.com/ |
| URL della Pagina della Politica sulla Privacy | https://chrome.helloii.com/privacy.html |
| Lingue Supportate | 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"
]
}
]
} | |