KarmineCorp

Extension pour KarmineCorp

什么是KarmineCorp?

KarmineCorp是由https://kametotv.fr开发的Chrome扩展程序,该扩展的主要功能是“Extension pour KarmineCorp”。

扩展截图

screenshot
screenshot
screenshot

下载KarmineCorp扩展crx文件

下载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\/*"
    ]
}