INTZ e-Sports Club
Não perca nenhuma stream dos streamers da INTZ!
Apa itu INTZ e-Sports Club?
INTZ e-Sports Club adalah ekstensi Chrome yang dikembangkan oleh https://intz.com.br, dan fitur utamanya adalah "Não perca nenhuma stream dos streamers da INTZ!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi INTZ e-Sports Club
Unduh file ekstensi INTZ e-Sports Club dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 Informasi Dasar Ekstensi
| Nama | |
| ID | gccnocjmhcfpfdijiffcnogloplhldcn |
| URL Resmi | https://chromewebstore.google.com/detail/intz-e-sports-club/gccnocjmhcfpfdijiffcnogloplhldcn |
| Deskripsi | Não perca nenhuma stream dos streamers da INTZ! |
| Ukuran File | 193 KB |
| Jumlah Instalasi | 40 |
| Versi Saat Ini | 1.1.2 |
| Terakhir Diperbarui | 2016-03-13 |
| Tanggal Publikasi | 2016-03-12 |
| Penilaian | 5.00/5 Total 18 Penilaian |
| Pengembang | https://intz.com.br |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
]
} | |