Ryu7z Live Notification

Crée une notification lorsque Ryu7z est en live.

Ryu7z Live Notificationคืออะไร?

Ryu7z Live Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leoche และคุณลักษณะหลักของมันคือ "Crée une notification lorsque Ryu7z est en live."

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

screenshot
screenshot

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

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

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

                        Crée une notification lorsque Ryu7z est en live. Cette extension vérifie toutes les cinq minutes et crée une notification sur chrome pour prévenir du live, cliquer sur la notification ouvre un lien vers le stream officiel de Ryu7z sur Youtube.com.                    

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

ชื่อ Ryu7z Live Notification Ryu7z Live Notification
ID lkffcdglkefdfefikeibnenagngpknii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ryu7z-live-notification/lkffcdglkefdfefikeibnenagngpknii
คำอธิบาย Crée une notification lorsque Ryu7z est en live.
ขนาดไฟล์ 610 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2021-07-21
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Leoche
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ryu7z Live Notification",
    "version": "0.1.1",
    "manifest_version": 3,
    "description": "Cr\u00e9e une notification lorsque Ryu7z est en live.",
    "homepage_url": "https:\/\/leodesigaux.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/kick.com\/*"
    ]
}