My Gaming Streams - Lol, Dota, CS and more

Check the status of your favorite gaming streamers from Azubu, Twitch and others channels

ما هو My Gaming Streams - Lol, Dota, CS and more؟

My Gaming Streams - Lol, Dota, CS and more هو إضافة Chrome تم تطويرها بواسطة Mario Toledo، والميزة الرئيسية لها هي "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels".

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

screenshot
screenshot

تحميل ملف CRX للإضافة My Gaming Streams - Lol, Dota, CS and more

قم بتنزيل ملفات الامتداد My Gaming Streams - Lol, Dota, CS and more بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        It's pretty boring to keep checking if your favorite streammer is online, isn't it?
This extension helps gaming fans to track their favorites streamers from Twitch, Azubu and others stream services.

Don't lose plays from games like League of Legends, Dota and Counter Strike. Add streamers of your choice, and let us notify you when him/her be online.                    

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

الاسم My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
الوصف Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
حجم الملف 579 KB
عدد التثبيتات 12
النسخة الحالية 1.2.1
آخر تحديث 2016-12-15
تاريخ النشر 2016-12-15
تقييم 5.00/5 مجموع تقييمات 3
المطور Mario Toledo
نوع الدفع free
موقع الإضافة https://github.com/mariotoledo/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Gaming Streams - Lol, Dota, CS and more",
    "description": "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "background"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}