Nightridr

Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.

What is Nightridr?

Nightridr is a Chrome extension developed by baker.ja.andrew, and its main feature is "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.".

Extension Screenshots

screenshot
screenshot

Download Nightridr Extension CRX File

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

                        No more burning your eyes out at night. Nightridr enables a night version of popular websites. Suggestions for websites can be directed to [email protected]                    

Extension Basic Information

Name Nightridr Nightridr
ID hkceklljogohacpdfdogdcjpcoonkolf
Official URL https://chrome.google.com/webstore/detail/nightridr/hkceklljogohacpdfdogdcjpcoonkolf
Description Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.
File Size 299 KB
Installation Count 107
Current Version 1.0
Last Updated 2016-01-20
Publish Date 2016-01-20
Rating 1.00/5 Total 1 Ratings
Developer baker.ja.andrew
Payment Type free
Extension Website http://nightridr.andrewjbaker.me
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nightridr",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.",
    "homepage_url": "http:\/\/nightridr.andrewjbaker.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*",
                "*:\/\/*.craigslist.org\/*",
                "*:\/\/*.cnn.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}