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 là gì?
Extension Twitch Joy là một tiện ích mở rộng Chrome được phát triển bởi sheytan0110, và tính năng chính của nó là "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Extension Twitch Joy
Tải xuống các tệp mở rộng Extension Twitch Joy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Extension Twitch Joy |
ID | oghhjloaokapcnhngmboafmgbaenfpof |
URL Chính Thức | https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof |
Mô tả | Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un… |
Kích Thước Tệp | 4.04 MB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 7.8.1 |
Cập Nhật Lần Cuối | 2024-02-15 |
Ngày Phát Hành | 2020-11-21 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | sheytan0110 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://joyintv.fr/ |
URL Trang Chính Sách Bảo Mật | http://sheytan0110.atwebpages.com/chartes.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |