Night mode
The dark theme for Instagram protects your eyes by changing colors to darker ones.
¿Qué es Night mode?
Night mode es una extensión de Chrome desarrollada por ali, y su función principal es "The dark theme for Instagram protects your eyes by changing colors to darker ones.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Night mode
Descarga archivos de extensión Night mode en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension for Instagram applies a dark theme by clicking on the icon. Works on all pages of the site. If desired, the dark theme can be disabled by clicking on the icon. Our eyes perceive the Dark Theme for Instagram better at night or indoors with poor lighting. It also just looks cool. This design is completely sleek and minimalist. Works on the toggle button in the upper right corner. It's so easy to switch from day to night mode. The dark theme for Instagram brings a new look while keeping the same feel, making it familiar yet new. Instagram is a trademark of Instagram Inc., registered in the US and other countries. This is an independent project developed by [email protected] and not affiliated with Instagram Inc.
Información Básica de la Extensión
Nombre | Night mode |
ID | mdnkjehfdplfnomhcbhinllojmfbncfk |
URL Oficial | https://chromewebstore.google.com/detail/night-mode/mdnkjehfdplfnomhcbhinllojmfbncfk |
Descripción | The dark theme for Instagram protects your eyes by changing colors to darker ones. |
Tamaño del Archivo | 36.6 KB |
Cantidad de Instalaciones | 31,336 |
Versión Actual | 0.0.10 |
Última Actualización | 2022-11-11 |
Fecha de Publicación | 2021-03-14 |
Calificación | 3.91/5 Total de 22 Calificaciones |
Desarrollador | ali |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | de,en,fr,es,it,pl,pt-PT,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "manifest_version": 2, "version": "0.0.10", "description": "__MSG_description__", "default_locale": "en", "browser_action": { "default_icon": "img\/enable.png", "default_title": "__MSG_short_name__" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": false }, "permissions": [ "*:\/\/*.instagram.com\/*" ], "icons": { "48": "img\/enable.png" }, "web_accessible_resources": [ "\/img\/128x128.png" ] } |