Aqua Buddy

I'm your friend 💙 and I'm here to help you stay hydrated!

Aqua Buddy là gì?

Aqua Buddy là một tiện ích mở rộng Chrome được phát triển bởi Umair Hafeez, và tính năng chính của nó là "I'm your friend 💙 and I'm here to help you stay hydrated!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Aqua Buddy

Tải xuống các tệp mở rộng Aqua Buddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Aqua Buddy is a tiny little extension that helps you stay hydrated by sending notifications based on the selected configurations. The configuration is synced across devices where you're using the same account, so you don't have to configure settings on every device.

You can configure the notification frequency with just one click. And you can turn off notifications by a single click on the "Do Not Disturb" toggle as long as configure your Quiet Hours to pause notifications.

Hope you'll love it!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Aqua Buddy Aqua Buddy
ID kidoeajcechhpbhmbeligfiakhhlchom
URL Chính Thức https://chromewebstore.google.com/detail/aqua-buddy/kidoeajcechhpbhmbeligfiakhhlchom
Mô tả I'm your friend 💙 and I'm here to help you stay hydrated!
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 470
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-08-19
Ngày Phát Hành 2020-09-21
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Umair Hafeez
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aqua Buddy",
    "version": "1.2.0",
    "manifest_version": 3,
    "description": "I'm your friend \ud83d\udc99 and I'm here to help you stay hydrated!",
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Aqua Buddy",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/aqua-buddy-16.png",
            "24": "images\/aqua-buddy-24.png",
            "32": "images\/aqua-buddy-32.png",
            "64": "images\/aqua-buddy-64.png",
            "128": "images\/aqua-buddy-128.png",
            "256": "images\/aqua-buddy-256.png",
            "512": "images\/aqua-buddy-512.png"
        }
    },
    "icons": {
        "16": "images\/aqua-buddy-16.png",
        "24": "images\/aqua-buddy-24.png",
        "32": "images\/aqua-buddy-32.png",
        "64": "images\/aqua-buddy-64.png",
        "128": "images\/aqua-buddy-128.png",
        "256": "images\/aqua-buddy-256.png",
        "512": "images\/aqua-buddy-512.png"
    }
}