Ahoy!

Explore the internet and share what you've found!

ما هو Ahoy!؟

Ahoy! هو إضافة Chrome تم تطويرها بواسطة jefflee.ldh، والميزة الرئيسية لها هي "Explore the internet and share what you've found!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Ahoy!

قم بتنزيل ملفات الامتداد Ahoy! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Ahoy! Ahoy!
ID ahepineneaniaknbpemfghfamobkhpkn
عنوان URL الرسمي https://chromewebstore.google.com/detail/ahoy/ahepineneaniaknbpemfghfamobkhpkn
الوصف Explore the internet and share what you've found!
حجم الملف 1.95 MB
عدد التثبيتات 54
النسخة الحالية 1.4
آخر تحديث 2021-07-21
تاريخ النشر 2020-05-01
تقييم 4.50/5 مجموع تقييمات 8
المطور jefflee.ldh
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://getahoy.net/private.php
اللغات المدعومة 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"
    }
}