Firefighter New Tab Wallpaper
This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.
¿Qué es Firefighter New Tab Wallpaper?
Firefighter New Tab Wallpaper es una extensión de Chrome desarrollada por http://www.baxbox.com, y su función principal es "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Firefighter New Tab Wallpaper
Descarga archivos de extensión Firefighter New Tab Wallpaper 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 is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. You can support a national charity for fallen fire fighters by using this extension. Each time you use the search feature, a portion of the revenue earned will be donated to a national charity for fallen firefighters.
Información Básica de la Extensión
Nombre | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
URL Oficial | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Descripción | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
Tamaño del Archivo | 35.66 KB |
Cantidad de Instalaciones | 382 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-10-10 |
Fecha de Publicación | 2016-10-10 |
Calificación | 4.15/5 Total de 13 Calificaciones |
Desarrollador | http://www.baxbox.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firefighter New Tab Wallpaper", "short_name": "Firefighter New Tab", "description": "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.", "version": "1.0.1", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "\/newtab.html" }, "icons": { "16": "\/icon16.png", "48": "\/icon48.png", "128": "\/icon128.png" } } |