extension Katsuky

reste informé

extension Katsuky क्या है?

extension Katsuky minidiams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "reste informé"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में extension Katsuky एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
    ]
}