Akaruu

Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !

Akaruu là gì?

Akaruu là một tiện ích mở rộng Chrome được phát triển bởi Akaruu, và tính năng chính của nó là "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !".

Ả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 Akaruu

Tải xuống các tệp mở rộng Akaruu 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

                        Téléchargez l'extension Chrome d'Akaruu pour recevoir les notifications YouTube & Twitch.                    

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

Tên Akaruu Akaruu
ID ggnddmahllpbohpjficfmlkkeapdicdg
URL Chính Thức https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg
Mô tả Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
Kích Thước Tệp 6.76 MB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 4.2.1
Cập Nhật Lần Cuối 2021-01-12
Ngày Phát Hành 2020-05-18
Đánh Giá 4.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Akaruu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Killian_Thvn",
    "name": "Akaruu",
    "version": "4.2.1",
    "description": "Recevez les notifications Twitch & YouTube d'Akaruu pour \u00eatre inform\u00e9 des nouvelles vid\u00e9os et streams !",
    "icons": {
        "32": "src\/img\/32.png",
        "64": "src\/img\/64.png",
        "128": "src\/img\/128.png"
    },
    "browser_action": {
        "default_icon": "src\/img\/icon_off.png",
        "default_popup": "index.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "http:\/\/twitch.tv\/"
    ]
}