9gag Nightmode
This extension grants the power of the darkside to your pc-master race rigg!
¿Qué es 9gag Nightmode?
9gag Nightmode es una extensión de Chrome desarrollada por fillfey, y su función principal es "This extension grants the power of the darkside to your pc-master race rigg!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 9gag Nightmode
Descarga archivos de extensión 9gag Nightmode 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
The dark side is brought to the PC master race! Never again shall your eyes be harmed by the painful light! NOTE: this is the first version of the extension, more features will be added! if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey
Información Básica de la Extensión
Nombre | |
ID | ngmiplaolgcbgbamiiebenabpcgddbef |
URL Oficial | https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef |
Descripción | This extension grants the power of the darkside to your pc-master race rigg! |
Tamaño del Archivo | 3.66 KB |
Cantidad de Instalaciones | 83 |
Versión Actual | 1.0 |
Última Actualización | 2016-09-24 |
Fecha de Publicación | 2016-09-24 |
Calificación | 3.56/5 Total de 9 Calificaciones |
Desarrollador | fillfey |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag Nightmode", "description": "This extension grants the power of the darkside to your pc-master race rigg!", "version": "1.0", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "nightmode.js" ], "matches": [ "http:\/\/9gag.com\/*" ] } ] } |