INTZ e-Sports Club

Não perca nenhuma stream dos streamers da INTZ!

INTZ e-Sports Club란 무엇입니까?

INTZ e-Sports Club은(는) https://intz.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Não perca nenhuma stream dos streamers da INTZ!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

INTZ e-Sports Club 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use a extensão oficial do INTZ para ser notificado quando qualquer jogador ou streamer do nosso clube fique online. Não perca mais nossas streams!

INTZ eSports Club é um dos maiores clubes de jogos eletrônicos da América Latina. Fundado em 20 de Junho de 2014, conta com equipes profissionais em games como: League of Legends, SMITE, Dota 2, BattleField 4, Rainbow Six, CS:GO, CrossFire, Hearthstone e FIFA. #GoINTZ                    

확장 프로그램 기본 정보

이름 INTZ e-Sports Club INTZ e-Sports Club
ID gccnocjmhcfpfdijiffcnogloplhldcn
공식 URL https://chromewebstore.google.com/detail/intz-e-sports-club/gccnocjmhcfpfdijiffcnogloplhldcn
설명 Não perca nenhuma stream dos streamers da INTZ!
파일 크기 193 KB
설치 횟수 40
현재 버전 1.1.2
최근 업데이트 2016-03-13
출시 날짜 2016-03-12
평점 5.00/5 총 18 개의 평점
개발자 https://intz.com.br
결제 유형 free
지원되는 언어 pt-BR
manifest.json
{
    "author": "@GabrielJMJ",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "public\/images\/icons\/16.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "description": "N\u00e3o perca nenhuma stream dos streamers da INTZ!",
    "name": "INTZ e-Sports Club",
    "permissions": [
        "notifications",
        "background",
        "storage",
        "http:\/\/api.azubu.tv\/*",
        "http:\/\/pastebin.com\/*"
    ],
    "background": {
        "scripts": [
            "public\/js\/jquery.js",
            "public\/js\/channels.js",
            "public\/js\/background.js"
        ]
    },
    "icons": {
        "128": "public\/images\/icons\/128.png",
        "16": "public\/images\/icons\/16.png",
        "48": "public\/images\/icons\/48.png"
    },
    "version": "1.1.2",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "30.0.0",
    "web_accessible_resources": [
        "index.html"
    ]
}