Zydar Live
Notifie lorsque Zydar est en LIVE !
Zydar Live là gì?
Zydar Live là một tiện ích mở rộng Chrome được phát triển bởi Skarneur, và tính năng chính của nó là "Notifie lorsque Zydar est en LIVE !".
Ả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 Zydar Live
Tải xuống các tệp mở rộng Zydar Live 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
Pour savoir dès que je suis en live, télécharge mon extension !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nemhlgbjgijlmioajojakndfjhgfkdnh |
URL Chính Thức | https://chrome.google.com/webstore/detail/zydar-live/nemhlgbjgijlmioajojakndfjhgfkdnh |
Mô tả | Notifie lorsque Zydar est en LIVE ! |
Kích Thước Tệp | 353 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 3.3 |
Cập Nhật Lần Cuối | 2019-11-14 |
Ngày Phát Hành | 2019-11-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Skarneur |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "assets\/js\/jquery.js", "assets\/js\/notifications.js" ] }, "browser_action": { "default_icon": "assets\/img\/offline.png", "default_popup": "popup\/index.html", "default_title": "Zydar - Hors-Ligne" }, "description": "Notifie lorsque Zydar est en LIVE !", "icons": { "128": "assets\/img\/logo_mini.png" }, "manifest_version": 2, "name": "Zydar Live", "permissions": [ "background", "https:\/\/api.twitch.tv\/kraken\/streams?channel=*", "*:\/\/*.googleapis.com\/*", "notifications", "storage" ], "short_name": "Zydar Live", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3" } |