Dim the Internet - Turn down the brightness.

Simply drag a slider to dim every single website.

Dim the Internet - Turn down the brightness. क्या है?

Dim the Internet - Turn down the brightness. Agency Enterprise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply drag a slider to dim every single website."।

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

screenshot

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

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

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

                        Simply drag a slider to dim every single website. 

Sometimes websites don't support dark mode, so just turn down the brightness.

Made with ❤️ by ae.studio
Same Day Skunkworks Division                    

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

नाम Dim the Internet - Turn down the brightness. Dim the Internet - Turn down the brightness.
ID coijioepkollddkdcdobnfodlelobefh
आधिकारिक URL https://chromewebstore.google.com/detail/dim-the-internet-turn-dow/coijioepkollddkdcdobnfodlelobefh
विवरण Simply drag a slider to dim every single website.
फ़ाइल का आकार 7.41 KB
स्थापना संख्या 56
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-03-18
प्रकाशन तिथि 2022-03-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Agency Enterprise
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ae.studio/same-day-skunkworks
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dim the Internet - Turn down the brightness.",
    "manifest_version": 3,
    "version": "1.0",
    "description": "Simply drag a slider to dim every single website.",
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}