Kameto Live Extension

Ne manquez pas un seul stream de Kameto !

Kameto Live Extensionคืออะไร?

Kameto Live Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Onutrem และคุณลักษณะหลักของมันคือ "Ne manquez pas un seul stream de Kameto !"

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

screenshot

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

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

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

                        A l'aide de cette extension, vous serez prévenu quand Kameto lance son stream à l'aide d'une notification cliquable. Vous pourrez savoir à tout moment à l'aide de l'icône si il est toujours en ligne ou non.                    

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

ชื่อ Kameto Live Extension Kameto Live Extension
ID kmohgjnndpoihanddpgfipngeegmcphf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kameto-live-extension/kmohgjnndpoihanddpgfipngeegmcphf
คำอธิบาย Ne manquez pas un seul stream de Kameto !
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-09-07
วันที่เผยแพร่ 2016-09-07
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Onutrem
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "author": "Onutrem @onutrem",
    "background": {
        "scripts": [
            "parameters.js",
            "background.js",
            "chrome.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_off.png",
        "default_title": "Kameto - Offline"
    },
    "description": "Ne manquez pas un seul stream de Kameto !",
    "icons": {
        "256": "icons\/logo256.png",
        "128": "icons\/logo128.png",
        "32": "icons\/logo32.png",
        "64": "icons\/logo64.png"
    },
    "manifest_version": 2,
    "name": "Kameto Live Extension",
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}