avanza-night-mode

Avanza Night Mode

What is avanza-night-mode?

avanza-night-mode is a Chrome extension developed by urre, and its main feature is "Avanza Night Mode".

Extension Screenshots

screenshot

Download avanza-night-mode Extension CRX File

Download avanza-night-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

                        All The Cool Kids Are Night Trading. Make it easier on the eyes.                    

Extension Basic Information

Name avanza-night-mode avanza-night-mode
ID fhealgidlggdmnnomklnnmhihfaipbmc
Official URL https://chromewebstore.google.com/detail/avanza-night-mode/fhealgidlggdmnnomklnnmhihfaipbmc
Description Avanza Night Mode
File Size 11.04 KB
Installation Count 581
Current Version 1.3.0
Last Updated 2022-05-29
Publish Date 2018-01-13
Rating 4.60/5 Total 5 Ratings
Developer urre
Email [email protected]
Payment Type free
Extension Website https://urre.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "avanza-night-mode",
    "description": "Avanza Night Mode",
    "version": "1.3.0",
    "icons": {
        "16": ".\/src\/icons\/icon-16.png",
        "32": ".\/src\/icons\/icon-48.png",
        "48": ".\/src\/icons\/icon-48.png",
        "128": ".\/src\/icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.avanza.se\/*"
            ],
            "css": [
                "src\/css\/avanza-night-mode.css"
            ]
        }
    ]
}