Akaruu

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

Akaruuคืออะไร?

Akaruu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akaruu และคุณลักษณะหลักของมันคือ "Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Akaruu

ดาวน์โหลดไฟล์ส่วนขยาย Akaruu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Akaruu Akaruu
ID ggnddmahllpbohpjficfmlkkeapdicdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/akaruu/ggnddmahllpbohpjficfmlkkeapdicdg
คำอธิบาย Recevez les notifications Twitch & YouTube d'Akaruu pour être informé des nouvelles vidéos et streams !
ขนาดไฟล์ 6.76 MB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 4.2.1
อัปเดตครั้งล่าสุด 2021-01-12
วันที่เผยแพร่ 2020-05-18
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Akaruu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}