IndyAlerts

Powiadomienie kiedy Indy jest online.

Qu'est-ce que IndyAlerts ?

IndyAlerts est une extension Chrome développée par IndyStarCraft (code: @Karwas1), et sa fonction principale est "Powiadomienie kiedy Indy jest online.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IndyAlerts

Téléchargez les fichiers d'extension IndyAlerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Wtyczka powiadamia gdy stream twitch.tv/IndyStarCraft jest online.                    

Informations de Base sur l'Extension

Nom IndyAlerts IndyAlerts
ID aclngofmnjllalaibfhcpholagnopbel
URL Officiel https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel
Description Powiadomienie kiedy Indy jest online.
Taille du Fichier 840 KB
Nombre d'Installations 35
Version Actuelle 1.1
Dernière Mise à Jour 2019-10-22
Date de Publication 2019-10-21
Évaluation 5.00/5 Total 5 Évaluations
Développeur IndyStarCraft (code: @Karwas1)
Email [email protected]
Type de Paiement free
Langues Prises en Charge pl
manifest.json
{
    "name": "IndyAlerts",
    "version": "1.1",
    "author": "Karwas",
    "manifest_version": 2,
    "description": "Powiadomienie kiedy Indy jest online.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/api.twitch.tv\/*"
    ],
    "browser_action": {
        "default_icon": "img\/offline48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "img\/icon512.png",
        "32": "img\/icon512.png",
        "48": "img\/icon512.png"
    }
}