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
官方網址 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"
            ]
        }
    ]
}