Math Site Stats Hider

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

Wat is Math Site Stats Hider?

Math Site Stats Hider is een Chrome-extensie ontwikkeld door edwddev, en de belangrijkste functie is "Hides the “SmartScore” and “Time Elapsed” on IXL web pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Math Site Stats Hider

Download Math Site Stats Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Math Site Stats Hider Math Site Stats Hider
ID hpiiepmoikhjmdljbjhiblgghpoakbjb
Officiële URL https://chromewebstore.google.com/detail/math-site-stats-hider/hpiiepmoikhjmdljbjhiblgghpoakbjb
Beschrijving Hides the “SmartScore” and “Time Elapsed” on IXL web pages
Bestandsgrootte 8.94 KB
Aantal Installaties 65
Huidige Versie 0.1
Laatst Bijgewerkt 2022-09-22
Publicatiedatum 2022-09-22
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar edwddev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/math-site-stats-hider-privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}