Kameto Live

Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.

Kameto Liveคืออะไร?

Kameto Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kocal.fr และคุณลักษณะหลักของมันคือ "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch."

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

screenshot
screenshot

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

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

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

                        Notifie l'utilisateur si le streamer Kameto est actuellement en train de stream sur la plateforme Twitch.                    

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

ชื่อ Kameto Live Kameto Live
ID mpfbanlogiiedmdndkopbfjlbodlojfd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kameto-live/mpfbanlogiiedmdndkopbfjlbodlojfd
คำอธิบาย Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.
ขนาดไฟล์ 34.19 KB
จำนวนการติดตั้ง 1,265
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2018-05-10
วันที่เผยแพร่ 2018-05-10
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://kocal.fr
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Kocal/someone-is-streaming-web-extension-generator/tree/master/extensions/Kameto%20Live
URL หน้าช่วยเหลือ https://github.com/Kocal/someone-is-streaming-web-extension-generator/issues
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kameto Live",
    "description": "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Kameto Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}