SpeedMyStream
This extension will help you measure your streaming speed
ما هو SpeedMyStream؟
SpeedMyStream هو إضافة Chrome تم تطويرها بواسطة http://speedmystream.net، والميزة الرئيسية لها هي "This extension will help you measure your streaming speed".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SpeedMyStream
قم بتنزيل ملفات الامتداد SpeedMyStream بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Is your speed stream fast enough ? Speed My stream is a free tool that allows you to test the performance and speed of your streaming speed. Use it before watch video content online to ensure that your streaming capacity is well and that you’re getting the speed you need to view your streaming.
معلومات أساسية عن التمديد
الاسم | |
ID | lihfjeingmjbljechjdiidchpnlhkhnc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/speedmystream/lihfjeingmjbljechjdiidchpnlhkhnc |
الوصف | This extension will help you measure your streaming speed |
حجم الملف | 9.03 KB |
عدد التثبيتات | 309 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-03-25 |
تاريخ النشر | 2014-03-25 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | http://speedmystream.net |
نوع الدفع | free |
موقع الإضافة | http://speedmystream.net |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedMyStream", "description": "This extension will help you measure your streaming speed", "version": "1.0", "browser_action": { "default_icon": "logo.png" }, "background": { "scripts": [ "sms.js" ] }, "permissions": [ "tabs" ] } |