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 |
Eメール | [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" ] } |