Ahoy!

Explore the internet and share what you've found!

O que é Ahoy!?

Ahoy! é uma extensão do Chrome desenvolvida por jefflee.ldh, e sua principal característica é "Explore the internet and share what you've found!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ahoy!

Baixe arquivos de extensão Ahoy! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
URL Oficial https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
Descrição Explore the internet and share what you've found!
Tamanho do Arquivo 1.95 MB
Contagem de Instalações 54
Versão Atual 1.4
Última Atualização 2021-07-21
Data de Publicação 2020-05-01
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor jefflee.ldh
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://getahoy.net/private.php
Idiomas Suportados 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"
    }
}