Timtoobias Live

Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré

Timtoobias Liveคืออะไร?

Timtoobias Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hector Lachambre และคุณลักษณะหลักของมันคือ "Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré"

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

screenshot
screenshot

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

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

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

                        Soyez notifié si Timtoobias démarre une diffusion Twitch ou si une nouvelle vidéo Youtube est publiée, de plus vous pourrez y accéder depuis l'extension.                    

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

ชื่อ Timtoobias Live Timtoobias Live
ID lomhkkpmgdgjimlhedaoojeciicaflap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/timtoobias-live/lomhkkpmgdgjimlhedaoojeciicaflap
คำอธิบาย Soyez toujours au courant des lives & vidéos de votre streameur Dofus préféré
ขนาดไฟล์ 185 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2019-03-21
วันที่เผยแพร่ 2019-03-21
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Hector Lachambre
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timtoobias Live",
    "version": "2.0.2",
    "description": "Soyez toujours au courant des lives & vid\u00e9os de votre streameur Dofus pr\u00e9f\u00e9r\u00e9",
    "permissions": [
        "huzlive.hectorlachambre.pro\/*",
        "activeTab",
        "notifications",
        "storage"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/tim_logo16.png",
            "32": "images\/tim_logo32.png",
            "48": "images\/tim_logo48.png",
            "128": "images\/tim_logo128.png"
        }
    },
    "icons": {
        "16": "images\/tim_logo16.png",
        "32": "images\/tim_logo32.png",
        "48": "images\/tim_logo48.png",
        "128": "images\/tim_logo128.png"
    },
    "manifest_version": 2
}