INTZ e-Sports Club
Não perca nenhuma stream dos streamers da INTZ!
Was ist INTZ e-Sports Club?
INTZ e-Sports Club ist eine Chrome-Erweiterung, die von https://intz.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Não perca nenhuma stream dos streamers da INTZ!".
Erweiterungsscreenshots
INTZ e-Sports Club-Erweiterungs-CRX-Datei herunterladen
Laden Sie INTZ e-Sports Club-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gccnocjmhcfpfdijiffcnogloplhldcn |
| Offizielle URL | https://chromewebstore.google.com/detail/intz-e-sports-club/gccnocjmhcfpfdijiffcnogloplhldcn |
| Beschreibung | Não perca nenhuma stream dos streamers da INTZ! |
| Dateigröße | 193 KB |
| Installationsanzahl | 40 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2016-03-13 |
| Veröffentlichungsdatum | 2016-03-12 |
| Bewertung | 5.00/5 Insgesamt 18 Bewertungen |
| Entwickler | https://intz.com.br |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |