DIM CSS Overhaul

Small CSS changes to DIM

What is DIM CSS Overhaul?

DIM CSS Overhaul is a Chrome extension developed by Matt Balmer, and its main feature is "Small CSS changes to DIM".

Extension Screenshots

screenshot

Download DIM CSS Overhaul Extension CRX File

Download DIM CSS Overhaul 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

                        Small CSS changes to DIM, takes away borders around items, makes items bigger etc. Trying to get a more flat/modern look.

More to come.                    

Extension Basic Information

Name DIM CSS Overhaul DIM CSS Overhaul
ID eemiicoiclnhhpkdjlaocianghieepan
Official URL https://chromewebstore.google.com/detail/dim-css-overhaul/eemiicoiclnhhpkdjlaocianghieepan
Description Small CSS changes to DIM
File Size 5.72 KB
Installation Count 51
Current Version 1.0.1
Last Updated 2019-09-09
Publish Date 2019-09-07
Rating 5.00/5 Total 1 Ratings
Developer Matt Balmer
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Small CSS changes to DIM",
    "icons": {
        "16": "dim-16.png",
        "48": "dim-32.png"
    },
    "manifest_version": 2,
    "name": "DIM CSS Overhaul",
    "permissions": [
        "https:\/\/app.destinyitemmanager.com\/*"
    ],
    "version": "1.0.1",
    "author": "Matt Balmer",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.destinyitemmanager.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}