Twitch Stream Notifier

See when streamers go online!

ما هو Twitch Stream Notifier؟

Twitch Stream Notifier هو إضافة Chrome تم تطويرها بواسطة TheoryCraft Inc.، والميزة الرئيسية لها هي "See when streamers go online!".

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

screenshot

تحميل ملف CRX للإضافة Twitch Stream Notifier

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

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

                        Track the status of your favorite Twitch.tv streamers no matter where you are. Use the extension to see which streamers are online and get a notification of when they do go online. 

You can add streamers one at a time or bulk add via your Twitch username.

Not affiliated with Twitch.tv. Powered by TheoryCraft.gg                    

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

الاسم Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
الوصف See when streamers go online!
حجم الملف 480 KB
عدد التثبيتات 3,154
النسخة الحالية 1.7.0
آخر تحديث 2022-12-23
تاريخ النشر 2019-10-21
تقييم 4.21/5 مجموع تقييمات 29
المطور TheoryCraft Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Friss/TwitchNotifier
عنوان صفحة المساعدة https://github.com/Friss/TwitchNotifier
عنوان صفحة سياسة الخصوصية https://theorycraft.gg/terms
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Stream Notifier",
    "version": "1.7.0",
    "manifest_version": 2,
    "description": "See when streamers go online!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png",
        "500": "images\/logo_500.png"
    },
    "homepage_url": "https:\/\/github.com\/Friss\/TwitchNotifier",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "browser_action": {
        "default_icon": "images\/logo_128.png",
        "default_title": "Twitch Stream Notifier",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/logo_128.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}