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'est-ce que Firefighter New Tab Wallpaper ?
Firefighter New Tab Wallpaper est une extension Chrome développée par http://www.baxbox.com, et sa fonction principale est "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Firefighter New Tab Wallpaper
Téléchargez les fichiers d'extension Firefighter New Tab Wallpaper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
URL Officiel | 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. |
Taille du Fichier | 35.66 KB |
Nombre d'Installations | 382 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-10-10 |
Date de Publication | 2016-10-10 |
Évaluation | 4.15/5 Total 13 Évaluations |
Développeur | http://www.baxbox.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |