DIM

Puts an end to bright pages.

What is DIM?

DIM is a Chrome extension developed by DIM, and its main feature is "Puts an end to bright pages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download DIM Extension CRX File

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

                        Sometimes turning the brightness down just isn't enough. Just click the icon to turn DIM on and bright pages will be gone forever.. or well.. until you turn DIM off.

DIM utilises intelligent page styling and image processing algorithms that make sure every page looks great! It also has a thorough options page which lets you set exactly how DIM behaves. These options include theming, automating, image processing, whitelisting etc. You of course don't have to bother changing any of these settings in order to get DIM to run, we've already done that for you. These settings are just little extras that allow you to configure everything JUST the way you want it. There is a quick guide and tooltips for every option so you don't have to be an advanced user to figure it all out!

Some of the features DIM has:
✓ Easy one click toggling
✓ Complete white/blacklisting system
✓ Advanced methods for styling pages
✓ CORS bypassing for images
✓ Filtering based on HSV
✓ Simple automation
✓ Works for dynamically added content (AJAX loading etc.)
✓ Caches images on a per page basis to improve page loading time
✓ and many more..

DIM is more than just a universal dark theme. It protects eyesight and prevents nearsightedness.

Logo designed by Sebastian Amen (http://be.net/amen).                    

Extension Basic Information

Name DIM DIM
ID nlddooikpnchhikklpamelnpldhcpnbe
Official URL https://chromewebstore.google.com/detail/dim/nlddooikpnchhikklpamelnpldhcpnbe
Description Puts an end to bright pages.
File Size 375 KB
Installation Count 1,173
Current Version 1.0.4
Last Updated 2014-10-14
Publish Date 2014-10-14
Rating 3.68/5 Total 34 Ratings
Developer DIM
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DIM",
    "description": "Puts an end to bright pages.",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "",
        "storage"
    ],
    "options_page": "options\/options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16on.png",
        "48": "icons\/icon48on.png",
        "128": "icons\/icon128on.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19off.png",
            "38": "icons\/icon38off.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "ga.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2,
    "offline_enabled": true,
    "short_name": "DIM",
    "web_accessible_resources": [
        "StackBoxBlur.js",
        "script.js",
        "options\/jquery-2.0.3.min.js",
        "options\/jquery-2.0.3.min.map",
        "icons\/icon48off.png",
        "icons\/icon48on.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}