IndyAlerts

Powiadomienie kiedy Indy jest online.

What is IndyAlerts?

IndyAlerts is a Chrome extension developed by IndyStarCraft (code: @Karwas1), and its main feature is "Powiadomienie kiedy Indy jest online.".

Extension Screenshots

screenshot

Download IndyAlerts Extension CRX File

Download IndyAlerts 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

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

Extension Basic Information

Name IndyAlerts IndyAlerts
ID aclngofmnjllalaibfhcpholagnopbel
Official URL https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel
Description Powiadomienie kiedy Indy jest online.
File Size 840 KB
Installation Count 35
Current Version 1.1
Last Updated 2019-10-22
Publish Date 2019-10-21
Rating 5.00/5 Total 5 Ratings
Developer IndyStarCraft (code: @Karwas1)
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}