INTZ e-Sports Club
Não perca nenhuma stream dos streamers da INTZ!
Wat is INTZ e-Sports Club?
INTZ e-Sports Club is een Chrome-extensie ontwikkeld door https://intz.com.br, en de belangrijkste functie is "Não perca nenhuma stream dos streamers da INTZ!".
Extensie Screenshots
Download het CRX-bestand van de extensie INTZ e-Sports Club
Download INTZ e-Sports Club-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | INTZ e-Sports Club |
ID | gccnocjmhcfpfdijiffcnogloplhldcn |
Officiële URL | https://chromewebstore.google.com/detail/intz-e-sports-club/gccnocjmhcfpfdijiffcnogloplhldcn |
Beschrijving | Não perca nenhuma stream dos streamers da INTZ! |
Bestandsgrootte | 193 KB |
Aantal Installaties | 40 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2016-03-13 |
Publicatiedatum | 2016-03-12 |
Beoordeling | 5.00/5 Totaal 18 Beoordelingen |
Ontwikkelaar | https://intz.com.br |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |