stream[on]
An Chrome extension to alert you when a streaming goes online.
ما هو stream[on]؟
stream[on] هو إضافة Chrome تم تطويرها بواسطة https://streamon.info، والميزة الرئيسية لها هي "An Chrome extension to alert you when a streaming goes online.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة stream[on]
قم بتنزيل ملفات الامتداد stream[on] بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
StreamON is an Chrome extension to alert you when a streaming goes online. • Works only with Twitch • Displays online streams from your followed list • Notifications in background Report bugs here: https://github.com/HackJack-101/StreamON/issues Source code: https://github.com/HackJack-101/StreamON
معلومات أساسية عن التمديد
الاسم | stream[on] |
ID | kehnkjfpdndnpddnhlnaeaplnbegleim |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim |
الوصف | An Chrome extension to alert you when a streaming goes online. |
حجم الملف | 101 KB |
عدد التثبيتات | 186 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2022-10-24 |
تاريخ النشر | 2019-09-21 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | https://streamon.info |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://streamon.info/policies/privacy |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "version": "1.0.3", "description": "__MSG_extDesc__", "browser_action": { "default_icon": "assets\/icon128.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "management", "background", "storage", "contextMenus", "identity", "https:\/\/id.twitch.tv\/oauth2\/*" ], "background": { "scripts": [ "lib\/tools.js", "lib\/twitch.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "assets\/*.png", "lib\/*.js", "options\/options.html" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |