Math Site Stats Hider

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

Math Site Stats Hiderคืออะไร?

Math Site Stats Hider เป็นส่วนขยายของ Chrome ที่พัฒนาโดย edwddev และคุณลักษณะหลักของมันคือ "Hides the “SmartScore” and “Time Elapsed” on IXL web pages"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Math Site Stats Hider

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}