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! là gì?

Auto Invert! là một tiện ích mở rộng Chrome được phát triển bởi rcecchini.ds, và tính năng chính của nó là "Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Invert!

Tải xuống các tệp mở rộng Auto Invert! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Invert! Auto Invert!
ID pfkofdhiaclpognkfgkoeipepalkgfal
URL Chính Thức https://chromewebstore.google.com/detail/auto-invert/pfkofdhiaclpognkfgkoeipepalkgfal
Mô tả Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!
Kích Thước Tệp 88.59 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.1.9
Cập Nhật Lần Cuối 2023-09-30
Ngày Phát Hành 2022-08-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rcecchini.ds
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cekkr/AutoInvert-Chrome
URL Trang Trợ Giúp https://github.com/cekkr/AutoInvert-Chrome/discussions
Ngôn Ngữ Được Hỗ Trợ 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"
}