Kameto Live

Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.

What is Kameto Live?

Kameto Live is a Chrome extension developed by https://kocal.fr, and its main feature is "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.".

Extension Screenshots

screenshot
screenshot

Download Kameto Live Extension CRX File

Download Kameto Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Notifie l'utilisateur si le streamer Kameto est actuellement en train de stream sur la plateforme Twitch.                    

Extension Basic Information

Name Kameto Live Kameto Live
ID mpfbanlogiiedmdndkopbfjlbodlojfd
Official URL https://chromewebstore.google.com/detail/kameto-live/mpfbanlogiiedmdndkopbfjlbodlojfd
Description Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.
File Size 34.19 KB
Installation Count 1,265
Current Version 0.1.0
Last Updated 2018-05-10
Publish Date 2018-05-10
Rating 5.00/5 Total 10 Ratings
Developer https://kocal.fr
Payment Type free
Extension Website https://github.com/Kocal/someone-is-streaming-web-extension-generator/tree/master/extensions/Kameto%20Live
Help Page URL https://github.com/Kocal/someone-is-streaming-web-extension-generator/issues
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kameto Live",
    "description": "Kameto Live est une extension qui notifie l'utilisateur si Kameto est en train de stream sur Twitch.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/"
    ],
    "browser_action": {
        "default_title": "Kameto Live",
        "default_icon": {
            "48": "icons\/icon_48.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}