Math Site Stats Hider

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

Math Site Stats Hider क्या है?

Math Site Stats Hider edwddev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the “SmartScore” and “Time Elapsed” on IXL web pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Math Site Stats Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
            ]
        }
    ]
}