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.
Что такое Firefighter New Tab Wallpaper?
Firefighter New Tab Wallpaper - это расширение Chrome, разработанное http://www.baxbox.com, и его основная функция - "This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window.".
Снимки экрана расширения
Скачать файл CRX расширения Firefighter New Tab Wallpaper
Скачайте файлы расширений Firefighter New Tab Wallpaper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | memhpjnhamgblgimhnadmiaghpodinlh |
Официальный URL | https://chrome.google.com/webstore/detail/firefighter-new-tab-wallp/memhpjnhamgblgimhnadmiaghpodinlh |
Описание | This is the hottest plugin for firefighters! You get firefighter images as your background every time you open a new window. |
Размер файла | 35.66 KB |
Количество установок | 382 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-10-10 |
Дата публикации | 2016-10-10 |
Рейтинг | 4.15/5 Всего 13 оценок |
Разработчик | http://www.baxbox.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |