Ionix_TV stream extension !
Soyer avertis par notification dès que je suis en live. Tu pourras retrouver tous les liens vers mes réseaux sociaux
Ionix_TV stream extension ! là gì?
Ionix_TV stream extension ! là một tiện ích mở rộng Chrome được phát triển bởi Oufiizo, và tính năng chính của nó là "Soyer avertis par notification dès que je suis en live. Tu pourras retrouver tous les liens vers mes réseaux sociaux".
Tải xuống tệp CRX của tiện ích mở rộng Ionix_TV stream extension !
Tải xuống các tệp mở rộng Ionix_TV stream extension ! 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
Être notifié du live de votre streamer préféré Ionix_Tv. Accéder plus simplement a tous ses réseaux sociaux.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | anfhbdcfcbjihajnejhhcldajoihafji |
URL Chính Thức | https://chromewebstore.google.com/detail/ionixtv-stream-extension/anfhbdcfcbjihajnejhhcldajoihafji |
Mô tả | Soyer avertis par notification dès que je suis en live. Tu pourras retrouver tous les liens vers mes réseaux sociaux |
Kích Thước Tệp | 1.37 MB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | Mise en ligne V2.1. |
Cập Nhật Lần Cuối | 2017-11-22 |
Ngày Phát Hành | 2017-11-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Oufiizo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ionix_TV stream extension !", "version": "2.1", "author": "Jordan Chiono", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "IP.png", "default_popup": "popup.html", "default_title": "Ionix_TV stream extension !" }, "description": "Soyer avertis par notification d\u00e8s que je suis en live. Tu pourras retrouver tous les liens vers mes r\u00e9seaux sociaux", "icons": { "128": "I.png", "16": "I.png", "48": "I.png" }, "permissions": [ "activeTab", "https:\/\/api.twitch.tv\/kraken\/*", "background", "alarms", "notifications" ], "web_accessible_resources": [ "I.png", "IP.png", "IPOn.png", "F.png", "T.png", "Y.png", "D1.png" ], "version_name": "Mise en ligne V2.1." } |