Akytio Live Extension

Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible

Akytio Live Extensionคืออะไร?

Akytio Live Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikael และคุณลักษณะหลักของมันคือ "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible"

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

screenshot
screenshot

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

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

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

                        Ne ratez plus aucunes vidéos et streams de Akytio grâce à cette extension ! 
Téléchargez l'extension pour Google Chrome, l'icône changera et vous recevrez une notification dès qu'un live sera lancé ou qu'une nouvelle vidéo est disponible !                    

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

ชื่อ Akytio Live Extension Akytio Live Extension
ID dpnlamefhphdpnclagpadfiblpbidaop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/akytio-live-extension/dpnlamefhphdpnclagpadfiblpbidaop
คำอธิบาย Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2020-12-18
วันที่เผยแพร่ 2020-04-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Mikael
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Morales Mikael",
    "name": "Akytio Live Extension",
    "description": "Notifie lorsque Akytio est en live sur Twitch et quand une nouvelle video Youtube est disponible",
    "version": "1.2.5",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/utils\/jquery.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "config\/config.json"
    ],
    "permissions": [
        "notifications",
        "storage",
        "background",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/www.googleapis.com\/youtube\/v3\/*",
        "https:\/\/i.ytimg.com\/*"
    ]
}