Native Instagram Dark Mode
Forces instagram.com to use its native dark mode!
Что такое Native Instagram Dark Mode?
Native Instagram Dark Mode - это расширение Chrome, разработанное dgirgenti, и его основная функция - "Forces instagram.com to use its native dark mode!".
Снимки экрана расширения
Скачать файл CRX расширения Native Instagram Dark Mode
Скачайте файлы расширений Native Instagram Dark Mode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Instagram's website has a dark mode, but the only way to enable it is to append ?theme=dark to every URL. This extension does just that! No custom stylesheet, no code injection, just telling the website to use its own dark mode. (This extension is not developed by or affiliated with Instagram)
Основная информация о расширении
Название | |
ID | kipaadjkfleinofipnlpbcjaagjjmahn |
Официальный URL | https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn |
Описание | Forces instagram.com to use its native dark mode! |
Размер файла | 8.54 KB |
Количество установок | 6,000 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2022-06-06 |
Дата публикации | 2022-04-25 |
Рейтинг | 4.83/5 Всего 24 оценок |
Разработчик | dgirgenti |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/dgirgenti/instagram-darkmode |
URL страницы помощи | https://github.com/dgirgenti/instagram-darkmode/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Native Instagram Dark Mode", "description": "Forces instagram.com to use its native dark mode!", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |