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.
Hvad er Firefighter New Tab Wallpaper?
Firefighter New Tab Wallpaper er en Chrome-udvidelse udviklet af http://www.baxbox.com, og dens hovedfunktion er "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Udvidelsesskærmbilleder
Download Firefighter New Tab Wallpaper-udvidelses-CRX-fil
Download Firefighter New Tab Wallpaper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
Officiel URL | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Beskrivelse | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
Filstørrelse | 35.66 KB |
Antal Installationer | 382 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2016-10-10 |
Udgivelsesdato | 2016-10-10 |
Bedømmelse | 4.15/5 Samlet 13 Bedømmelser |
Udvikler | http://www.baxbox.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |