Math Site Stats Hider

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

Cos'è Math Site Stats Hider?

Math Site Stats Hider è un'estensione di Chrome sviluppata da edwddev, e la sua funzione principale è "Hides the “SmartScore” and “Time Elapsed” on IXL web pages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Math Site Stats Hider

Scarica i file di estensione Math Site Stats Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Math Site Stats Hider Math Site Stats Hider
ID hpiiepmoikhjmdljbjhiblgghpoakbjb
URL Ufficiale https://chromewebstore.google.com/detail/math-site-stats-hider/hpiiepmoikhjmdljbjhiblgghpoakbjb
Descrizione Hides the “SmartScore” and “Time Elapsed” on IXL web pages
Dimensione del File 8.94 KB
Conteggio Installazioni 65
Versione Corrente 0.1
Ultimo Aggiornamento 2022-09-22
Data di Pubblicazione 2022-09-22
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore edwddev
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/math-site-stats-hider-privacy
Lingue Supportate 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"
            ]
        }
    ]
}