Fashion Background Pictures New Tab
This new tab extension will display fashion pictures in the background.
Was ist Fashion Background Pictures New Tab?
Fashion Background Pictures New Tab ist eine Chrome-Erweiterung, die von Fashion New Tab entwickelt wurde, und ihr Hauptmerkmal ist "This new tab extension will display fashion pictures in the background.".
Erweiterungsscreenshots
Fashion Background Pictures New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fashion Background Pictures New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Fashion Background Pictures New Tab |
ID | ecllgdfkamjfebkldhghpfpkheedkldl |
Offizielle URL | https://chromewebstore.google.com/detail/fashion-background-pictur/ecllgdfkamjfebkldhghpfpkheedkldl |
Beschreibung | This new tab extension will display fashion pictures in the background. |
Dateigröße | 1.43 MB |
Installationsanzahl | 2,274 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-08-14 |
Veröffentlichungsdatum | 2022-11-20 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Fashion New Tab |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fashionnewtab.com |
URL der Datenschutzrichtlinien-Seite | https://fashionnewtab.com/privacy.html |
Unterstützte Sprachen | 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" } } |