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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}