SpeedRunsLive Stream Viewer
For easily viewing the streams on SpeedRunsLive.com
ما هو SpeedRunsLive Stream Viewer؟
SpeedRunsLive Stream Viewer هو إضافة Chrome تم تطويرها بواسطة Julian Jocque، والميزة الرئيسية لها هي "For easily viewing the streams on SpeedRunsLive.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SpeedRunsLive Stream Viewer
قم بتنزيل ملفات الامتداد SpeedRunsLive Stream Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easiest way to view all the best streams of speed runners from SpeedRunsLive.com! With the click of a button you will easily see who is online and what they are running. One more click and you're straight to watching your favorite runners. Please contact me at [email protected] or twitch.tv/okiyama with any bugs/questions/feature suggestions. This project is open source! Project page is here: https://github.com/okiyama/SRLChromeExtension
معلومات أساسية عن التمديد
الاسم | |
ID | nphaihpdpkboplhbcdpmlaibainbnjio |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio |
الوصف | For easily viewing the streams on SpeedRunsLive.com |
حجم الملف | 91.19 KB |
عدد التثبيتات | 145 |
النسخة الحالية | 1.5.5 |
آخر تحديث | 2020-06-30 |
تاريخ النشر | 2020-06-30 |
تقييم | 4.64/5 مجموع تقييمات 22 |
المطور | Julian Jocque |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedRunsLive Stream Viewer", "description": "For easily viewing the streams on SpeedRunsLive.com", "version": "1.5.5", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "http:\/\/api.speedrunslive.com\/*" ] } |