KarmineCorp

Extension pour KarmineCorp

KarmineCorpคืออะไร?

KarmineCorp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kametotv.fr และคุณลักษณะหลักของมันคือ "Extension pour KarmineCorp"

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

screenshot
screenshot
screenshot

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

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

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

                        L'extension Karmine Corp est maintenant disponible. Vous pourrez sélectionner vos joueurs préférés pour savoir quand ils sont en live, sélectionner les jeux que vous souhaitez suivre pour voir les prochains matchs, les résultats et les classements. Vous pourrez également recevoir des notifications YouTube lorsqu'une nouvelle vidéo est publiée, et bien d'autres choses encore.                    

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

ชื่อ KarmineCorp KarmineCorp
ID dofnhmbogpboimpoeoadldkfhgkdkecj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/karminecorp/dofnhmbogpboimpoeoadldkfhgkdkecj
คำอธิบาย Extension pour KarmineCorp
ขนาดไฟล์ 2.55 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-04-01
วันที่เผยแพร่ 2023-01-24
คะแนน 5.00/5 รวมทั้งหมด 108 คะแนน
ผู้พัฒนา https://kametotv.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kametotv.fr
ภาษาที่รองรับ fr
manifest.json
{
    "description": "Extension pour KarmineCorp",
    "version": "1.0.8",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KarmineCorp",
    "author": "Praaly",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "KarmineCorp",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "background",
        "notifications",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.kametotv.fr\/*",
        "*:\/\/*.ytimg.com\/*",
        "*:\/\/static-cdn.jtvnw.net\/*"
    ]
}