Dia de Muertos para Vivos
Have photos of 'Dia de Muertos' as your new-tab background in memory of the victims of the earthquakes of September 2017 in Mexico.
¿Qué es Dia de Muertos para Vivos?
Dia de Muertos para Vivos es una extensión de Chrome desarrollada por griyftan, y su función principal es "Have photos of 'Dia de Muertos' as your new-tab background in memory of the victims of the earthquakes of September 2017 in Mexico.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dia de Muertos para Vivos
Descarga archivos de extensión Dia de Muertos para Vivos 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
An extension that lets you admire the beauty of this ancestral celebration during your daily routine while at the same time giving you the option to help the victims of the earthquakes of September 2017 that affected Mexico.
Información Básica de la Extensión
Nombre | |
ID | gflfmhglcllnbofggoilmpafeofaefae |
URL Oficial | https://chromewebstore.google.com/detail/dia-de-muertos-para-vivos/gflfmhglcllnbofggoilmpafeofaefae |
Descripción | Have photos of 'Dia de Muertos' as your new-tab background in memory of the victims of the earthquakes of September 2017 in Mexico. |
Tamaño del Archivo | 61.64 KB |
Cantidad de Instalaciones | 82 |
Versión Actual | 1.3 |
Última Actualización | 2017-12-17 |
Fecha de Publicación | 2017-12-17 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | griyftan |
Tipo de Pago | free |
Idiomas Soportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.3", "icons": { "128": "icon_128.png" }, "default_locale": "en", "permissions": [ "storage", "https:\/\/gist.githubusercontent.com\/", "https:\/\/instagram.com\/" ], "background": { "page": "preload_page\/index.html", "persistent": false }, "chrome_url_overrides": { "newtab": "tab_page\/index.html" } } |