Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
ما هو Random Twitch Stream Finder؟
Random Twitch Stream Finder هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Random Twitch Stream Finder
قم بتنزيل ملفات الامتداد Random Twitch Stream Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Finds and retrieves a random Twitch stream URL from all currently active Twitch Streams with at least 5 viewers. Users can also quickly cycle through URLs until they find a stream they're interested in. This extension is originally intended for academic use, but can be easily adapted for fun and entertainment.
معلومات أساسية عن التمديد
الاسم | Random Twitch Stream Finder |
ID | gahomenacfabmmkedieckngggocgkdma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
الوصف | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
حجم الملف | 5.03 MB |
عدد التثبيتات | 199 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-06-11 |
تاريخ النشر | 2020-06-11 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Twitch Stream Finder", "version": "1.0.0", "description": "Retrieves a random Twitch stream URL out of all currently active Twitch streams.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "randomTwitchStream_32.png" }, "manifest_version": 2, "icons": { "16": "randomTwitchStream_16.png", "48": "randomTwitchStream_48.png", "128": "randomTwitchStream_128.png" } } |