extension Katsuky

reste informé

什麼是extension Katsuky?

extension Katsuky是由minidiams開發的Chrome擴展程式,該擴展的主要功能是“reste informé”。

擴展截圖

screenshot

下載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! ;)                    

擴展基本資訊

名稱 extension Katsuky extension Katsuky
ID incigopanhfdijmmhnkcjdomemcjpmeo
官方網址 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"
    ]
}