extension Katsuky

reste informé

extension Katsukyคืออะไร?

extension Katsuky เป็นส่วนขยายของ Chrome ที่พัฒนาโดย minidiams และคุณลักษณะหลักของมันคือ "reste informé"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย extension Katsuky

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}