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
Eメール [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"
            ]
        }
    ]
}