Streamio

Redefine how you watch sports.

ما هو Streamio؟

Streamio هو إضافة Chrome تم تطويرها بواسطة https://streamio.me، والميزة الرئيسية لها هي "Redefine how you watch sports.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Streamio

قم بتنزيل ملفات الامتداد Streamio بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With Streamio, we've created an extension to elevate your experience of watching sports games with live contextual stats overlays and co-streaming to watch the game alongside your favorite streamers.

Setup is easy! Just download our extension, & once installed click the puzzle piece to pin Streamio. When you're watching your basketball game, click the Streamio icon in the top right and select the game you're watching. We work on most streaming sites like Youtube TV, Watch ESPN, & more (see our website for more on which streams we support)!

Tip: you can just pull up our overlay on any site if you can't actively watch the game, but want to follow along!

FEATURES

CO-STREAMS
This extension also introduces the chance for you to watch your favorite teams along with your favorite streamers. With featured co-streaming events, you'll be able to watch your game on your own streaming service along with our featured co-streaming partners reacting live to the game!

LIVE STATS
See both team's current lineup along with a rating that tells you how good that particular lineup is. Want to know how many points LeBron has, and how that compares to his season stats? Or the Laker's team FG% for the game so far? Use the boxscore to get live stats on both teams' players, season stats, and team stats.

ADVANCED STATS
Curious how a substitution impact's your team's performance? Our new lineup statistics will tell you the offensive and defensive rating for new lineups. With just minutes left in a close game, want to see how your team performs in clutch? Our custom clutch stats will tell you their favorite type of shot and percentage in clutch moments.

Watching a basketball game in 2021 should not be tethered to only listening to the NBA commentators bringing up random stats. Elevate your experience by getting the stats you need, and the stats you didn't know you needed when you need it, while watching alongside your favorite streamers with Streamio.

--------------------------------------------------------------------------

Check out our website for more tips and FAQs for how to make the most of the extension!

https://www.streamio.me/



Disclaimer: This extension uses Mixpanel to collect extension usage statistics to help us improve your user experience. If you want to turn off tracking, you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro. However, not doing this will help us continue to improve upon the extension!                    

معلومات أساسية عن التمديد

الاسم Streamio Streamio
ID epbhebhhglmefdeeoconimoeikegeopm
عنوان URL الرسمي https://chromewebstore.google.com/detail/streamio/epbhebhhglmefdeeoconimoeikegeopm
الوصف Redefine how you watch sports.
حجم الملف 2.47 MB
عدد التثبيتات 379
النسخة الحالية 1.4
آخر تحديث 2021-12-01
تاريخ النشر 2020-12-17
تقييم 4.56/5 مجموع تقييمات 9
المطور https://streamio.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.streamio.me/
عنوان صفحة سياسة الخصوصية https://www.streamio.me/streamio-privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Streamio",
    "description": "Redefine how you watch sports.",
    "version": "1.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup",
        "default_icon": "images\/purple_icon_round.png"
    },
    "web_accessible_resources": [
        "\/static\/css\/content.css"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.streamio.me\/"
    ],
    "commands": {
        "minimize_components": {
            "suggested_key": {
                "default": "Alt+H"
            },
            "description": "Hide the components in the extension"
        },
        "minimize_boxscore": {
            "suggested_key": {
                "default": "Alt+B"
            },
            "description": "Hide the boxscore in the extension"
        },
        "minimize_lineup": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Hide the lineup in the extension"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'"
}