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! - это расширение Chrome, разработанное rcecchini.ds, и его основная функция - "Toggle invert brightness on every website and its tab when you prefer to reduce strain on eyes and improve readability at night!".
Снимки экрана расширения
Скачать файл CRX расширения Auto Invert!
Скачайте файлы расширений 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! |
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": [ " |