IndyAlerts

Powiadomienie kiedy Indy jest online.

Hvad er IndyAlerts?

IndyAlerts er en Chrome-udvidelse udviklet af IndyStarCraft (code: @Karwas1), og dens hovedfunktion er "Powiadomienie kiedy Indy jest online.".

Udvidelsesskærmbilleder

screenshot

Download IndyAlerts-udvidelses-CRX-fil

Download IndyAlerts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn IndyAlerts IndyAlerts
ID aclngofmnjllalaibfhcpholagnopbel
Officiel URL https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel
Beskrivelse Powiadomienie kiedy Indy jest online.
Filstørrelse 840 KB
Antal Installationer 35
Nuværende Version 1.1
Senest Opdateret 2019-10-22
Udgivelsesdato 2019-10-21
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler IndyStarCraft (code: @Karwas1)
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}