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.
O que é Firefighter New Tab Wallpaper?
Firefighter New Tab Wallpaper é uma extensão do Chrome desenvolvida por http://www.baxbox.com, e sua principal característica é "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Firefighter New Tab Wallpaper
Baixe arquivos de extensão Firefighter New Tab Wallpaper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
URL Oficial | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Descrição | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
Tamanho do Arquivo | 35.66 KB |
Contagem de Instalações | 382 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-10-10 |
Data de Publicação | 2016-10-10 |
Classificação | 4.15/5 Total de 13 Avaliações |
Desenvolvedor | http://www.baxbox.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |