Ahoy!

Explore the internet and share what you've found!

Qu'est-ce que Ahoy! ?

Ahoy! est une extension Chrome développée par jefflee.ldh, et sa fonction principale est "Explore the internet and share what you've found!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ahoy!

Téléchargez les fichiers d'extension Ahoy! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
URL Officiel https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
Description Explore the internet and share what you've found!
Taille du Fichier 1.95 MB
Nombre d'Installations 54
Version Actuelle 1.4
Dernière Mise à Jour 2021-07-21
Date de Publication 2020-05-01
Évaluation 4.50/5 Total 8 Évaluations
Développeur jefflee.ldh
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://getahoy.net/private.php
Langues Prises en Charge 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"
    }
}