Kameto Live Extension

Ne manquez pas un seul stream de Kameto !

Co to jest Kameto Live Extension?

Kameto Live Extension to rozszerzenie Chrome opracowane przez Onutrem, a jego główną funkcją jest „Ne manquez pas un seul stream de Kameto !”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Kameto Live Extension

Pobierz pliki rozszerzeń Kameto Live Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A l'aide de cette extension, vous serez prévenu quand Kameto lance son stream à l'aide d'une notification cliquable. Vous pourrez savoir à tout moment à l'aide de l'icône si il est toujours en ligne ou non.                    

Podstawowe informacje o rozszerzeniu

Nazwa Kameto Live Extension Kameto Live Extension
ID kmohgjnndpoihanddpgfipngeegmcphf
Oficjalny URL https://chromewebstore.google.com/detail/kameto-live-extension/kmohgjnndpoihanddpgfipngeegmcphf
Opis Ne manquez pas un seul stream de Kameto !
Rozmiar pliku 146 KB
Liczba instalacji 79
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2016-09-07
Data Publikacji 2016-09-07
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper Onutrem
Typ Płatności free
Obsługiwane Języki fr
manifest.json
{
    "author": "Onutrem @onutrem",
    "background": {
        "scripts": [
            "parameters.js",
            "background.js",
            "chrome.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_off.png",
        "default_title": "Kameto - Offline"
    },
    "description": "Ne manquez pas un seul stream de Kameto !",
    "icons": {
        "256": "icons\/logo256.png",
        "128": "icons\/logo128.png",
        "32": "icons\/logo32.png",
        "64": "icons\/logo64.png"
    },
    "manifest_version": 2,
    "name": "Kameto Live Extension",
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}