IndyAlerts

Powiadomienie kiedy Indy jest online.

IndyAlerts란 무엇입니까?

IndyAlerts은(는) IndyStarCraft (code: @Karwas1)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powiadomienie kiedy Indy jest online."입니다.

확장 프로그램 스크린샷

screenshot

IndyAlerts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 IndyAlerts IndyAlerts
ID aclngofmnjllalaibfhcpholagnopbel
공식 URL https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel
설명 Powiadomienie kiedy Indy jest online.
파일 크기 840 KB
설치 횟수 35
현재 버전 1.1
최근 업데이트 2019-10-22
출시 날짜 2019-10-21
평점 5.00/5 총 5 개의 평점
개발자 IndyStarCraft (code: @Karwas1)
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}