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.
Apa itu Firefighter New Tab Wallpaper?
Firefighter New Tab Wallpaper adalah ekstensi Chrome yang dikembangkan oleh http://www.baxbox.com, dan fitur utamanya adalah "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Firefighter New Tab Wallpaper
Unduh file ekstensi Firefighter New Tab Wallpaper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
URL Resmi | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Deskripsi | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
Ukuran File | 35.66 KB |
Jumlah Instalasi | 382 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2016-10-10 |
Tanggal Publikasi | 2016-10-10 |
Penilaian | 4.15/5 Total 13 Penilaian |
Pengembang | http://www.baxbox.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |