Math Site Stats Hider

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

什么是Math Site Stats Hider?

Math Site Stats Hider是由edwddev开发的Chrome扩展程序,该扩展的主要功能是“Hides the “SmartScore” and “Time Elapsed” on IXL web pages”。

扩展截图

screenshot

下载Math Site Stats Hider扩展crx文件

下载Math Site Stats Hider扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Math Site Stats Hider Math Site Stats Hider
ID hpiiepmoikhjmdljbjhiblgghpoakbjb
官方URL https://chromewebstore.google.com/detail/math-site-stats-hider/hpiiepmoikhjmdljbjhiblgghpoakbjb
简介 Hides the “SmartScore” and “Time Elapsed” on IXL web pages
文件大小 8.94 KB
安装次数 65
当前版本 0.1
更新时间 2022-09-22
上架时间 2022-09-22
评分 1.00/5 共2次评分
开发者 edwddev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/math-site-stats-hider-privacy
支持的语言 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"
            ]
        }
    ]
}