DrFeelgood Live

Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV.

DrFeelgood Liveคืออะไร?

DrFeelgood Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kocal และคุณลักษณะหลักของมันคือ "Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV."

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

screenshot
screenshot

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

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

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

                                            

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

ชื่อ DrFeelgood Live DrFeelgood Live
ID flngahjbfdfelpbmekiggmloflanoeff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drfeelgood-live/flngahjbfdfelpbmekiggmloflanoeff
คำอธิบาย Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV.
ขนาดไฟล์ 28.59 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2018-05-10
วันที่เผยแพร่ 2018-05-10
ผู้พัฒนา Kocal
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DrFeelgood Live",
    "description": "Indique si DrFeelgood est actuellement en train de stream sur la plateforme Twitch TV.",
    "version": "0.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/dfg_48.png",
        "128": "icons\/dfg_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "DrFeelgood Live"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}