Math Site Stats Hider

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

What is Math Site Stats Hider?

Math Site Stats Hider is a Chrome extension developed by edwddev, and its main feature is "Hides the “SmartScore” and “Time Elapsed” on IXL web pages".

Extension Screenshots

screenshot

Download Math Site Stats Hider Extension CRX File

Download Math Site Stats Hider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Math Site Stats Hider Math Site Stats Hider
ID hpiiepmoikhjmdljbjhiblgghpoakbjb
Official URL https://chromewebstore.google.com/detail/math-site-stats-hider/hpiiepmoikhjmdljbjhiblgghpoakbjb
Description Hides the “SmartScore” and “Time Elapsed” on IXL web pages
File Size 8.94 KB
Installation Count 65
Current Version 0.1
Last Updated 2022-09-22
Publish Date 2022-09-22
Rating 1.00/5 Total 2 Ratings
Developer edwddev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/math-site-stats-hider-privacy
Supported Languages 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"
            ]
        }
    ]
}