INTZ e-Sports Club
Não perca nenhuma stream dos streamers da INTZ!
ما هو INTZ e-Sports Club؟
INTZ e-Sports Club هو إضافة Chrome تم تطويرها بواسطة https://intz.com.br، والميزة الرئيسية لها هي "Não perca nenhuma stream dos streamers da INTZ!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة INTZ e-Sports Club
قم بتنزيل ملفات الامتداد INTZ e-Sports Club بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |