EVE Online Streams

This extension provides a list with all EVE Online Streams.

ما هو EVE Online Streams؟

EVE Online Streams هو إضافة Chrome تم تطويرها بواسطة Schattenlauch، والميزة الرئيسية لها هي "This extension provides a list with all EVE Online Streams.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EVE Online Streams

قم بتنزيل ملفات الامتداد EVE Online Streams بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension provides a list with all EVE Online streams on Twitch.tv

Features:
-Access all EVE Streams very fast
-Normal ...
-...or Popout view
-Tag favorites
-Get notifications
-Options                    

معلومات أساسية عن التمديد

الاسم EVE Online Streams EVE Online Streams
ID ljhnbbelnjlnbnopohgobjginjoolepe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/eve-online-streams/ljhnbbelnjlnbnopohgobjginjoolepe
الوصف This extension provides a list with all EVE Online Streams.
حجم الملف 275 KB
عدد التثبيتات 200
النسخة الحالية 0.2.1
آخر تحديث 2016-11-21
تاريخ النشر 2016-11-21
تقييم 4.83/5 مجموع تقييمات 6
المطور Schattenlauch
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EVE Online Streams",
    "version": "0.2.1",
    "manifest_version": 2,
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon.png",
        "64": "images\/icon_64.png"
    },
    "background": {
        "page": "main.html"
    },
    "description": "This extension provides a list with all EVE Online Streams.",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/api.twitch.tv\/kraken\/streams\/*",
        "notifications"
    ]
}