Ufora Dark Mode

Dark Mode for Ufora

What is Ufora Dark Mode?

Ufora Dark Mode is a Chrome extension developed by Seppe, and its main feature is "Dark Mode for Ufora".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Ufora Dark Mode Extension CRX File

Download Ufora Dark Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ufora Dark Mode Ufora Dark Mode
ID gjcablcdkfcgeekhopdomejlaifdejjf
Official URL https://chromewebstore.google.com/detail/ufora-dark-mode/gjcablcdkfcgeekhopdomejlaifdejjf
Description Dark Mode for Ufora
File Size 23.89 KB
Installation Count 161
Current Version 1.0.1
Last Updated 2022-12-17
Publish Date 2021-01-09
Rating 4.33/5 Total 6 Ratings
Developer Seppe
Email [email protected]
Payment Type free
Help Page URL https://github.com/SeppeM8/Ufora-Darkmode/issues
Supported Languages 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"
    }
}