Math Site Stats Hider
Hides the “SmartScore” and “Time Elapsed” on IXL web pages
Hvad er Math Site Stats Hider?
Math Site Stats Hider er en Chrome-udvidelse udviklet af edwddev, og dens hovedfunktion er "Hides the “SmartScore” and “Time Elapsed” on IXL web pages".
Udvidelsesskærmbilleder
Download Math Site Stats Hider-udvidelses-CRX-fil
Download Math Site Stats Hider-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Math Site Stats Hider |
ID | hpiiepmoikhjmdljbjhiblgghpoakbjb |
Officiel URL | https://chromewebstore.google.com/detail/math-site-stats-hider/hpiiepmoikhjmdljbjhiblgghpoakbjb |
Beskrivelse | Hides the “SmartScore” and “Time Elapsed” on IXL web pages |
Filstørrelse | 8.94 KB |
Antal Installationer | 65 |
Nuværende Version | 0.1 |
Senest Opdateret | 2022-09-22 |
Udgivelsesdato | 2022-09-22 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | edwddev |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sites.google.com/view/math-site-stats-hider-privacy |
Understøttede Sprog | 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" ] } ] } |