Khoyatv Live Alert

Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner

什么是Khoyatv Live Alert?

Khoyatv Live Alert是由Altheus开发的Chrome扩展程序,该扩展的主要功能是“Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner”。

扩展截图

screenshot

下载Khoyatv Live Alert扩展crx文件

下载Khoyatv Live Alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Notifie lorsque KhoyaTV est en live.
Reste attentif à mon activité en ligne grâce à mon extension !

Cette extension ajoute une icône en haut à droite de ton navigateur qui devient colorée lorsque je suis en live sur Twitch, et elle t'enverra aussi une notification.                    

扩展基本信息

名称 Khoyatv Live Alert Khoyatv Live Alert
ID eoildnngkooamkjobodffpockdfmahjk
官方URL https://chrome.google.com/webstore/detail/khoyatv-live-alert/eoildnngkooamkjobodffpockdfmahjk
简介 Extension Twitch Live de KhoyaTV ! Live sans PUB! Hésites pas à t'abonner
文件大小 2.32 MB
安装次数 64
当前版本 1.1
更新时间 2022-05-31
上架时间 2022-05-19
评分 5.00/5 共1次评分
开发者 Altheus
电子邮箱 [email protected]
付费类型 free
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Khoyatv Live Alert",
    "description": "Extension Twitch Live de KhoyaTV ! Live sans PUB! H\u00e9sites pas \u00e0 t'abonner",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}