Scrollr

Scrollr adds a live, moving, ticker to your chrome and displays user customizable information regarding sports, stocks and crypto

ما هو Scrollr؟

Scrollr هو إضافة Chrome تم تطويرها بواسطة https://myscrollr.com، والميزة الرئيسية لها هي "Scrollr adds a live, moving, ticker to your chrome and displays user customizable information regarding sports, stocks and crypto".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Never miss a play while trying to check your fantasy scores! Scrollr now also supports stocks, crypto and general sports scores!
 
Simply connect your fantasy football league, set your matchup and Scrollr will display a personalized ticker with LIVE, REAL-TIME scores and stats from YOUR fantasy football league. 

It even works while watching fullscreen or when casting to your TV! 

Easily switch between multiple leagues with just a few clicks. 

Scrollr can be moved to top or bottom of the screen so you’ll never miss any info or action.

We can't wait wait for the season with you the Fantasy Community we love! 

https://www.myscrollr.com/                    

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

الاسم Scrollr Scrollr
ID fnojmnhjbchhheoeibmnofbjkckfiapc
عنوان URL الرسمي https://chromewebstore.google.com/detail/scrollr/fnojmnhjbchhheoeibmnofbjkckfiapc
الوصف Scrollr adds a live, moving, ticker to your chrome and displays user customizable information regarding sports, stocks and crypto
حجم الملف 469 KB
عدد التثبيتات 590
النسخة الحالية 0.3
آخر تحديث 2023-09-18
تاريخ النشر 2020-11-07
تقييم 4.50/5 مجموع تقييمات 8
المطور https://myscrollr.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.myscrollr.com/
عنوان صفحة المساعدة https://www.myscrollr.com/how-to-use-scrollr
عنوان صفحة سياسة الخصوصية https://www.myscrollr.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scrollr",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkPsaDd+7H9ExgpSBtM8l+yD+0gElODgbCbZFh22JxrTMyVJz8KOOrN70tzYHr8JaErjQNWzN73EdWHREGD27yeH2QJg2qiqDfK+Tmw9dmWZG8Ycx0SlZn3abVsFdxR9CoSADXNHduUa9YdF8fhPeBlRX\/xpkevSPdK\/u2uci5qSbWuK1Cci5\/m71WqWrDrIB4yziaO5PFcbPVecyuDnSbLiKQIHW2zzCKaj7wOnhZ9TlPZ33TOBl0a\/c5QUvDGmkw4TazCRakmNMajpNbTyhx6brnoXyWDU4o3Yohe\/efhEJ8DydgVxWivos2qxnnVG71qW+0yB8xsNC0YjotueQ4wIDAQAB",
    "description": "Scrollr adds a live, moving, ticker to your chrome and displays user customizable information regarding sports, stocks and crypto",
    "version": "0.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.espn.com\/"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "128": "src\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "minimum_chrome_version": "93",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js.92ea6336.221f7f37.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "assets\/LoadingSpinner.9e7d4dc8.css",
                "assets\/index.js.191c8170.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/icons\/*",
                "src\/icons\/controls\/*",
                "src\/icons\/crypto\/*",
                "*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "**\/*",
                "*"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/LoadingSpinner.7e9a35b8.js",
                "assets\/chromeApiHandler.2d4fd6a0.js",
                "assets\/index.js.92ea6336.js"
            ],
            "use_dynamic_url": true
        }
    ]
}