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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sheytan0110 และคุณลักษณะหลักของมันคือ "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}