Fashion Background Pictures New Tab
This new tab extension will display fashion pictures in the background.
Cos'è Fashion Background Pictures New Tab?
Fashion Background Pictures New Tab è un'estensione di Chrome sviluppata da Fashion New Tab, e la sua funzione principale è "This new tab extension will display fashion pictures in the background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fashion Background Pictures New Tab
Scarica i file di estensione Fashion Background Pictures New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Fashion Background Pictures New Tab |
ID | ecllgdfkamjfebkldhghpfpkheedkldl |
URL Ufficiale | https://chromewebstore.google.com/detail/fashion-background-pictur/ecllgdfkamjfebkldhghpfpkheedkldl |
Descrizione | This new tab extension will display fashion pictures in the background. |
Dimensione del File | 1.43 MB |
Conteggio Installazioni | 2,274 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-08-14 |
Data di Pubblicazione | 2022-11-20 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Fashion New Tab |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://fashionnewtab.com |
URL della Pagina della Politica sulla Privacy | https://fashionnewtab.com/privacy.html |
Lingue Supportate | 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" } } |