Math Site Stats Hider

Hides the “SmartScore” and “Time Elapsed” on IXL web pages

Co to jest Math Site Stats Hider?

Math Site Stats Hider to rozszerzenie Chrome opracowane przez edwddev, a jego główną funkcją jest „Hides the “SmartScore” and “Time Elapsed” on IXL web pages”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Math Site Stats Hider

Pobierz pliki rozszerzeń Math Site Stats Hider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Hide distracting statistics and timers while you’re trying to focus on completing your math activities.

This extension simply hides boxes that display the “SmartScore” and “Time Elapsed” on IXL web pages.                    

Podstawowe informacje o rozszerzeniu

Nazwa Math Site Stats Hider Math Site Stats Hider
ID hpiiepmoikhjmdljbjhiblgghpoakbjb
Oficjalny URL https://chromewebstore.google.com/detail/math-site-stats-hider/hpiiepmoikhjmdljbjhiblgghpoakbjb
Opis Hides the “SmartScore” and “Time Elapsed” on IXL web pages
Rozmiar pliku 8.94 KB
Liczba instalacji 65
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2022-09-22
Data Publikacji 2022-09-22
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper edwddev
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/math-site-stats-hider-privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Math Site Stats Hider",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Hides the \u201cSmartScore\u201d and \u201cTime Elapsed\u201d on IXL web pages",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ixl.com\/*"
            ],
            "css": [
                "statistics-styles.css"
            ]
        }
    ]
}