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.
Cos'è Firefighter New Tab Wallpaper?
Firefighter New Tab Wallpaper è un'estensione di Chrome sviluppata da http://www.baxbox.com, e la sua funzione principale è "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Firefighter New Tab Wallpaper
Scarica i file di estensione Firefighter New Tab Wallpaper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
URL Ufficiale | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Descrizione | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
Dimensione del File | 35.66 KB |
Conteggio Installazioni | 382 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-10-10 |
Data di Pubblicazione | 2016-10-10 |
Valutazione | 4.15/5 Totale 13 Valutazioni |
Sviluppatore | http://www.baxbox.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |