Nightridr

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

Nightridr क्या है?

Nightridr baker.ja.andrew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nightridr एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Nightridr Nightridr
ID hkceklljogohacpdfdogdcjpcoonkolf
आधिकारिक URL https://chrome.google.com/webstore/detail/nightridr/hkceklljogohacpdfdogdcjpcoonkolf
विवरण Night mode for all your favorite popular websites. Nightridr automatically makes pages dimmer and colored for night-time viewing.
फ़ाइल का आकार 299 KB
स्थापना संख्या 107
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-01-20
प्रकाशन तिथि 2016-01-20
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर baker.ja.andrew
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://nightridr.andrewjbaker.me
समर्थित भाषाएँ 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"
            ]
        }
    ]
}