Ahoy!

Explore the internet and share what you've found!

Apa itu Ahoy!?

Ahoy! adalah ekstensi Chrome yang dikembangkan oleh jefflee.ldh, dan fitur utamanya adalah "Explore the internet and share what you've found!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ahoy!

Unduh file ekstensi Ahoy! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
URL Resmi https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
Deskripsi Explore the internet and share what you've found!
Ukuran File 1.95 MB
Jumlah Instalasi 54
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-07-21
Tanggal Publikasi 2020-05-01
Penilaian 4.50/5 Total 8 Penilaian
Pengembang jefflee.ldh
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://getahoy.net/private.php
Bahasa yang Didukung 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"
    }
}