Fashion Background Pictures New Tab
This new tab extension will display fashion pictures in the background.
Что такое Fashion Background Pictures New Tab?
Fashion Background Pictures New Tab - это расширение Chrome, разработанное Fashion New Tab, и его основная функция - "This new tab extension will display fashion pictures in the background.".
Снимки экрана расширения
Скачать файл CRX расширения Fashion Background Pictures New Tab
Скачайте файлы расширений Fashion Background Pictures New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Stay up-to-date with the latest fashion trends as our extension treats you to a visual feast of fashion pictures in every new tab you open. Experience joy and beauty with our fashion pictures where each new tab becomes a gallery of trendy and inspiring images. Please note this extension will change your Chrome New Tab and New Tab search. New Tab search results powered by Yahoo. Here are some important details: By clicking on the 'Add to Chrome' button and installing this fun “Fashion background pictures new tab”, you agree to install this extension, with our Privacy Policy and our Terms of Service mentioned below. By installing “Fashion background pictures new tab” you agree to the change of the new tab setting. Privacy policy available at: https://fashionnewtab.com/privacy.html Terms of Service: https://fashionnewtab.com/terms.html Contact us! We’d love to hear from you: [email protected] You may remove or disable this extension at any time.
Основная информация о расширении
Название | Fashion Background Pictures New Tab |
ID | ecllgdfkamjfebkldhghpfpkheedkldl |
Официальный URL | https://chromewebstore.google.com/detail/fashion-background-pictur/ecllgdfkamjfebkldhghpfpkheedkldl |
Описание | This new tab extension will display fashion pictures in the background. |
Размер файла | 1.43 MB |
Количество установок | 2,274 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2023-08-14 |
Дата публикации | 2022-11-20 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Fashion New Tab |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://fashionnewtab.com |
URL страницы политики конфиденциальности | https://fashionnewtab.com/privacy.html |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "manifest_version": 3, "name": "Fashion Background Pictures New Tab", "version": "1.0.5", "description": "This new tab extension will display fashion pictures in the background.", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/fashionnewtab.com\/", "*:\/\/*.fashionnewtab.com\/" ], "chrome_url_overrides": { "newtab": "FashionTab.html" }, "icons": { "16": "fashion.png", "48": "fashion.png", "128": "fashion.png" }, "action": { "default_icon": "fashion.png" } } |