Fashion Background Pictures New Tab
This new tab extension will display fashion pictures in the background.
¿Qué es Fashion Background Pictures New Tab?
Fashion Background Pictures New Tab es una extensión de Chrome desarrollada por Fashion New Tab, y su función principal es "This new tab extension will display fashion pictures in the background.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fashion Background Pictures New Tab
Descarga archivos de extensión Fashion Background Pictures New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Fashion Background Pictures New Tab |
ID | ecllgdfkamjfebkldhghpfpkheedkldl |
URL Oficial | https://chromewebstore.google.com/detail/fashion-background-pictur/ecllgdfkamjfebkldhghpfpkheedkldl |
Descripción | This new tab extension will display fashion pictures in the background. |
Tamaño del Archivo | 1.43 MB |
Cantidad de Instalaciones | 2,274 |
Versión Actual | 1.0.5 |
Última Actualización | 2023-08-14 |
Fecha de Publicación | 2022-11-20 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Fashion New Tab |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://fashionnewtab.com |
URL de la Página de Política de Privacidad | https://fashionnewtab.com/privacy.html |
Idiomas Soportados | 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" } } |