Auto Invert!

Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!

Auto Invert! क्या है?

Auto Invert! rcecchini.ds द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!"।

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

screenshot

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

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

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

                        Bring automatically the dark mode in every website you want in your browser! ☯️🖤

Enable the dark mode also (and especially) where it's not supported with just a click, and just on text and background, not images or videos! Just click on the "A" icon of Auto Invert! extension and enable (or disable) the feature when you want, for every tab of the website.

The extension works inverting the brightness, but not the colors. So you can also achieve the opposite effect and make lighter a dark website 💡

⚠️⚠️ 29 Sep 23: New release 1.1.9 ⚠️⚠️
Try it now!                    

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

नाम Auto Invert! Auto Invert!
ID pfkofdhiaclpognkfgkoeipepalkgfal
आधिकारिक URL https://chromewebstore.google.com/detail/auto-invert/pfkofdhiaclpognkfgkoeipepalkgfal
विवरण Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!
फ़ाइल का आकार 88.59 KB
स्थापना संख्या 117
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2023-09-30
प्रकाशन तिथि 2022-08-30
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर rcecchini.ds
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/cekkr/AutoInvert-Chrome
सहायता पृष्ठ URL https://github.com/cekkr/AutoInvert-Chrome/discussions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "css": [
                "inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "thirds\/jquery-3.6.1.min.js",
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/off.png",
        "default_title": "Toggle Auto Invert!"
    },
    "description": "Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Auto Invert!",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.1.9",
    "author": "cekkr",
    "homepage_url": "https:\/\/github.com\/cekkr\/autoinvert-chrome"
}