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
Eメール [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"
            ]
        }
    ]
}