BetterSEQTA+

Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!

Cos'è BetterSEQTA+?

BetterSEQTA+ è un'estensione di Chrome sviluppata da betterseqta, e la sua funzione principale è "Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BetterSEQTA+

Scarica i file di estensione BetterSEQTA+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        An epic ☀️ light + 🌓 dark-themed Chrome Extension that adds additional ✨ features ✨ and gives an overall better and more beautiful experience for SEQTA Learn.

DISCLAIMER: This extension is continuing the development of BetterSEQTA which has been discontinued!

Key Features:
     • Dark mode
     • Custom Themes
     • Options to remove and reorder any items from the side menu
     • Notification for next lesson
     • Browser Support
Improved Styling/CSS
     • Majorly improved look for SEQTA Learn
Custom Home Page including:
     • Daily Lessons
     • Shortcuts
     • Easier Access Notices

Source code can be found here: https://github.com/SethBurkart123/evenbetterseqta

Disclaimer: This extension is not owned, operated or associated with the company Education Horizons.                    

Informazioni di Base sull'Estensione

Nome BetterSEQTA+ BetterSEQTA+
ID afdgaoaclhkhemfkkkonemoapeinchel
URL Ufficiale https://chromewebstore.google.com/detail/betterseqta+/afdgaoaclhkhemfkkkonemoapeinchel
Descrizione Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!
Dimensione del File 6.42 MB
Conteggio Installazioni 10,578
Versione Corrente 3.2.5.1
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2023-09-04
Valutazione 4.65/5 Totale 31 Valutazioni
Sviluppatore betterseqta
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterSEQTA+",
    "version": "3.2.5.1",
    "description": "Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!",
    "icons": {
        "32": "icon-32.37d3ee2c.png",
        "48": "icon-48.b891ea67.png",
        "64": "icon-64.ec35141c.png"
    },
    "action": {
        "browser_style": true,
        "default_popup": "interface.90f86dbf.html#settings",
        "default_icon": {
            "32": "icon-32.37d3ee2c.png",
            "48": "icon-48.b891ea67.png",
            "64": "icon-64.ec35141c.png"
        }
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/newsapi.org\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.52907466.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/SEQTA.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/SEQTA.js",
                "src\/background.js",
                "src\/declarations.d.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "update-video.542dde71.mp4",
                "IconFamily.e4f48518.woff",
                "betterseqta-light-icon.61765831.png",
                "betterseqta-light-outline.d16b120d.png",
                "icon-48.77c2c56a.png",
                "interface.f01642cf.html",
                "interface.d037d695.js",
                "betterseqta-dark-full.ce1aefd1.png",
                "betterseqta-light-full.0d998b1c.png",
                "hacker.fb86cee7.jpeg",
                "interface.fc2bdd85.css",
                "interface.runtime.2fea4755.js",
                "interface.80d42590.js",
                "betterseqta-dark-full.be70e181.png",
                "betterseqta-light-full.56cf5f43.png",
                "hacker.dc3ab8e9.jpeg",
                "IconFamily.db45a910.woff",
                "interface.runtime.deac855b.js",
                "betterseqta-light-full.e5323afb.png",
                "betterseqta-dark-full.d8eff847.png",
                "background.d0cb19d9.html",
                "background.36b8478c.js",
                "background.8c6bd89d.css",
                "documentload.e90aeba8.css",
                "injected.fb57a1dc.css",
                "betterseqta-light-outline.d351f854.png",
                "src\/SEQTA.164dbfa5.css"
            ]
        }
    ]
}