extension Katsuky
reste informé
extension Katsuky là gì?
extension Katsuky là một tiện ích mở rộng Chrome được phát triển bởi minidiams, và tính năng chính của nó là "reste informé".
Ả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 Katsuky
Tải xuống các tệp mở rộng extension Katsuky 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
Français : Voici l'extension de Katsuky Amada, streameuse Twitch depuis Septembre 2019. Elle te permettra de suivre en temps réel les activités de ta streameuse préférée ! Sur celle-ci, tu pourras retrouver : - Les notifications des lives en cours - Les liens vers ses réseaux. (Twitter, Discord) Faites-en bon usage ! ;) Anglais : Here is the extension of Katsuky Amada, Twitch streamer since September 2019. It will allow you to follow in real time the activities of your favorite streamer! On this one, you will be able to find: - Notifications of live performances - Links to his networks. (Twitter, Discord) Make good use of it! ;)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | incigopanhfdijmmhnkcjdomemcjpmeo |
URL Chính Thức | https://chrome.google.com/webstore/detail/extension-katsuky/incigopanhfdijmmhnkcjdomemcjpmeo |
Mô tả | reste informé |
Kích Thước Tệp | 65.36 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.0.4.1 |
Cập Nhật Lần Cuối | 2020-07-29 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | minidiams |
[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", "name": "extension Katsuky", "description": "reste inform\u00e9", "version": "1.0.4.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "img\/icon-off-128.png" }, "icons": { "64": "img\/icon-on-64.png", "128": "img\/icon-on-128.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/config.js", "js\/functions.js", "js\/initialization.js", "js\/app.js", "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "notifications" ] } |