extension Katsuky
reste informé
什么是extension Katsuky?
extension Katsuky是由minidiams开发的Chrome扩展程序,该扩展的主要功能是“reste informé”。
扩展截图
下载extension Katsuky扩展crx文件
下载extension Katsuky扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! ;)
扩展基本信息
名称 | |
ID | incigopanhfdijmmhnkcjdomemcjpmeo |
官方URL | https://chrome.google.com/webstore/detail/extension-katsuky/incigopanhfdijmmhnkcjdomemcjpmeo |
简介 | reste informé |
文件大小 | 65.36 KB |
安装次数 | 16 |
当前版本 | 1.0.4.1 |
更新时间 | 2020-07-29 |
上架时间 | 2020-06-17 |
评分 | 5.00/5 共1次评分 |
开发者 | minidiams |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |