Ahoy!

Explore the internet and share what you've found!

Vad är Ahoy!?

Ahoy! är en Chrome-tillägg utvecklad av jefflee.ldh, och dess huvudfunktion är "Explore the internet and share what you've found!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Ahoy!-förlängningens CRX-fil

Ladda ner Ahoy!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
Officiell webbadress https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
Beskrivning Explore the internet and share what you've found!
Filstorlek 1.95 MB
Antal Installationer 54
Aktuell Version 1.4
Senast Uppdaterad 2021-07-21
Publiceringsdatum 2020-05-01
Betyg 4.50/5 Totalt 8 Betyg
Utvecklare jefflee.ldh
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://getahoy.net/private.php
Stödda Språk 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"
    }
}