Extension Twitch Joy

Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…

什么是Extension Twitch Joy?

Extension Twitch Joy是由sheytan0110开发的Chrome扩展程序,该扩展的主要功能是“Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…”。

扩展截图

screenshot

下载Extension Twitch Joy扩展crx文件

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

扩展使用说明

                        Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv

Informations : L'extension comporte un signal sonore lors du lancement du live.

Le signal peut être augmenté ou réduit voir même activer dans les options de celle-ci

Des bisous à vous les doux                    

扩展基本信息

名称 Extension Twitch Joy Extension Twitch Joy
ID oghhjloaokapcnhngmboafmgbaenfpof
官方URL https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof
简介 Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
文件大小 4.04 MB
安装次数 11
当前版本 7.8.1
更新时间 2024-02-15
上架时间 2020-11-21
评分 5.00/5 共2次评分
开发者 sheytan0110
电子邮箱 [email protected]
付费类型 free
扩展官网 https://joyintv.fr/
隐私政策页面URL http://sheytan0110.atwebpages.com/chartes.html
支持的语言 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Twitch Joy",
    "description": "",
    "version": "7.8.1",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.js",
                "check.js"
            ],
            "matches": [
                "https:\/\/joyintv.fr\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.twitch.tv\/*"
    ],
    "permissions": [
        "storage",
        "alarms"
    ]
}