Sites Dimmer - sharp brightness reduction

Extension automatically dims bright sites (which are not in a dark mode) to a desired level!

Sites Dimmer - sharp brightness reduction क्या है?

Sites Dimmer - sharp brightness reduction https://ebnull.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension automatically dims bright sites (which are not in a dark mode) to a desired level!"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sites Dimmer automatically dims light-themed sites.

New:
- You can override the brightness for each site separately.
- Color inversion function available if you really want to darken.

Key features:
- Automatically determines theme types and turns on only on sites that have not bothered to create a theme for the dark mode.
- When reducing the brightness does not modify the color, everything looks as designed by the site.
- You control the brightness dimming level.
- If necessary, you can enable or disable dimming for each individual site.
- The extension icon indicates whether the current site brightness is dimmed.                    

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

नाम Sites Dimmer - sharp brightness reduction Sites Dimmer - sharp brightness reduction
ID agnbniclhlfikoejdpdhkbaabginadlf
आधिकारिक URL https://chromewebstore.google.com/detail/sites-dimmer-sharp-bright/agnbniclhlfikoejdpdhkbaabginadlf
विवरण Extension automatically dims bright sites (which are not in a dark mode) to a desired level!
फ़ाइल का आकार 69.89 KB
स्थापना संख्या 12,002
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2021-02-14
प्रकाशन तिथि 2019-11-27
रेटिंग 4.39/5 कुल 71 रेटिंग्स
डेवलपर https://ebnull.org
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://ebnull.org/privacy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "70",
    "default_locale": "en",
    "author": "EbNull",
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_title__",
    "description": "__MSG_extension_descr__",
    "version": "2.1.1",
    "permissions": [
        "alarms",
        "storage",
        ""
    ],
    "icons": {
        "16": "icon\/appicon_16.png",
        "48": "icon\/appicon_48.png",
        "128": "icon\/appicon_128.png",
        "256": "icon\/appicon_256.png"
    },
    "browser_action": {
        "default_title": "__MSG_extension_title__",
        "default_icon": {
            "19": "icon\/actions\/action_19_active.png",
            "38": "icon\/actions\/action_38_active.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/deps\/ext-storage-manager.min.js",
            "js\/deps\/ext-active-tab-state.min.js",
            "js\/deps\/ext-auto-inject.min.js",
            "js\/deps\/ebnull-notifier.min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "run_at": "document_start",
            "js": [
                "js\/deps\/ext-storage-manager.min.js",
                "js\/deps\/ext-active-tab-state.min.js",
                "js\/deps\/ext-auto-inject.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ]
}