Twitch.tv Stream Search
This extension allows users to quickly and easily find and stream Twitch channels!
ما هو Twitch.tv Stream Search؟
Twitch.tv Stream Search هو إضافة Chrome تم تطويرها بواسطة tdloganj، والميزة الرئيسية لها هي "This extension allows users to quickly and easily find and stream Twitch channels!".
تحميل ملف CRX للإضافة Twitch.tv Stream Search
قم بتنزيل ملفات الامتداد Twitch.tv Stream Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This little extension allows you to quickly search twitch for any stream of any game you want! If you find the stream you want to watch, just click on the image and it will open the twitch player right in the view! Otherwise you may click on the streamer name to be linked directly to their site.
معلومات أساسية عن التمديد
الاسم | |
ID | mpimnemdomnlnllinjohifkedjepadjf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf |
الوصف | This extension allows users to quickly and easily find and stream Twitch channels! |
حجم الملف | 25.62 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-09-16 |
تاريخ النشر | 2015-09-16 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | tdloganj |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "manifest_version": 2, "name": "Twitch.tv Stream Search", "description": "This extension allows users to quickly and easily find and stream Twitch channels!", "browser_action": { "default_icon": ".\/assets\/GlitchIcon_Purple.png", "default_popup": "index.html" }, "permissions": [ "fullscreen", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |