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.
What is Firefighter New Tab Wallpaper?
Firefighter New Tab Wallpaper is a Chrome extension developed by http://www.baxbox.com, and its main feature is "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Extension Screenshots
Download Firefighter New Tab Wallpaper Extension CRX File
Download Firefighter New Tab Wallpaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
Official URL | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Description | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
File Size | 35.66 KB |
Installation Count | 382 |
Current Version | 1.0.1 |
Last Updated | 2016-10-10 |
Publish Date | 2016-10-10 |
Rating | 4.15/5 Total 13 Ratings |
Developer | http://www.baxbox.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |