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開發的Chrome擴展程式,該擴展的主要功能是“Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!”。

擴展截圖

screenshot

下載Auto Invert!擴展crx文件

下載Auto Invert!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}