Ahoy!

Explore the internet and share what you've found!

Cos'è Ahoy!?

Ahoy! è un'estensione di Chrome sviluppata da jefflee.ldh, e la sua funzione principale è "Explore the internet and share what you've found!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ahoy!

Scarica i file di estensione Ahoy! 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

                        Ahoy! allows you to comment your thoughts and feelings on any webpage. Make friends with other users and see which web pages they are visiting in real time. Web browsing is no longer alone!

😀Comment on Every Web Page 
😁View your Friends' comments on Timeline 
😆Mention Friends on funny Web Pages 
🤩View all your Comments at Once                    

Informazioni di Base sull'Estensione

Nome Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
URL Ufficiale https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
Descrizione Explore the internet and share what you've found!
Dimensione del File 1.95 MB
Conteggio Installazioni 54
Versione Corrente 1.4
Ultimo Aggiornamento 2021-07-21
Data di Pubblicazione 2020-05-01
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore jefflee.ldh
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://getahoy.net/private.php
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ahoy!",
    "description": "Explore the internet and share what you've found!",
    "version": "1.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "views\/html\/default.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.getahoy.net\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "notifications"
    ],
    "icons": {
        "16": "images\/Ahoylogo1.png",
        "48": "images\/Ahoylogo1.png",
        "128": "images\/Ahoylogo1.png"
    }
}