Ufora Dark Mode

Dark Mode for Ufora

Cos'è Ufora Dark Mode?

Ufora Dark Mode è un'estensione di Chrome sviluppata da Seppe, e la sua funzione principale è "Dark Mode for Ufora".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Ufora Dark Mode

Scarica i file di estensione Ufora Dark Mode 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

                        INSTRUCTIONS
  1) Click the extension icon to open the menu
  2) Customize the colors as desired
  3) Toggle extra options on/off

FEATURES
  - Changes the appearance of ufora.ugent.be
  - Changes the appearance of the login page (optional)
  - All colors are fully customizable
  - 5 slots to save colorsettings

PERMISSIONS
  - Modify websites of UGent
  - Browsing activity: Check what is current url is                    

Informazioni di Base sull'Estensione

Nome Ufora Dark Mode Ufora Dark Mode
ID gjcablcdkfcgeekhopdomejlaifdejjf
URL Ufficiale https://chromewebstore.google.com/detail/ufora-dark-mode/gjcablcdkfcgeekhopdomejlaifdejjf
Descrizione Dark Mode for Ufora
Dimensione del File 23.89 KB
Conteggio Installazioni 161
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-12-17
Data di Pubblicazione 2021-01-09
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore Seppe
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/SeppeM8/Ufora-Darkmode/issues
Lingue Supportate en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ufora Dark Mode",
    "version": "1.0.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "Icons\/icon16.png",
        "48": "Icons\/icon48.png",
        "128": "Icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.ugent.be\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}