Ahoy!

Explore the internet and share what you've found!

What is Ahoy!?

Ahoy! is a Chrome extension developed by jefflee.ldh, and its main feature is "Explore the internet and share what you've found!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ahoy! Extension CRX File

Download Ahoy! 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

                        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                    

Extension Basic Information

Name Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
Official URL https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
Description Explore the internet and share what you've found!
File Size 1.95 MB
Installation Count 54
Current Version 1.4
Last Updated 2021-07-21
Publish Date 2020-05-01
Rating 4.50/5 Total 8 Ratings
Developer jefflee.ldh
Email [email protected]
Payment Type free
Privacy Policy Page URL https://getahoy.net/private.php
Supported Languages 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"
    }
}