MyFotos Internet Search

Set and change new tab background.

Was ist MyFotos Internet Search?

MyFotos Internet Search ist eine Chrome-Erweiterung, die von MyFotos entwickelt wurde, und ihr Hauptmerkmal ist "Set and change new tab background.".

Erweiterungsscreenshots

screenshot

MyFotos Internet Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyFotos Internet Search-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

                        MyFotos Internet Search allows you to pick any image from the settings and save it as a background of new tab. Images are taken from Free stock photos pexels.com

By clicking "Add to Chrome", I accept and agree to installing the "MyFotos Internet Search" Chrome extension and setting Chrome™ new tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy 

Search results will be provided by Microsoft Bing. 

Terms & Conditions: https://myfotos.net/terms.php
Privacy Policy: https://myfotos.net/privacy.php                    

Grundlegende Informationen zur Erweiterung

Name MyFotos Internet Search MyFotos Internet Search
ID fnmckdpliodfjheofaceadijdbpgnmnf
Offizielle URL https://chromewebstore.google.com/detail/myfotos-internet-search/fnmckdpliodfjheofaceadijdbpgnmnf
Beschreibung Set and change new tab background.
Dateigröße 3.4 MB
Installationsanzahl 11,050
Aktuelle Version 0.0.3
Letztes Update 2023-08-13
Veröffentlichungsdatum 2023-08-04
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler MyFotos
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://myfotos.net/
Hilfeseite URL https://myfotos.net/contact.php
URL der Datenschutzrichtlinien-Seite https://myfotos.net/privacy.php
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MyFotos Internet Search",
    "author": "MyFotos",
    "version": "0.0.3",
    "description": "Set and change new tab background.",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "28": "assets\/icons\/icon28.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "64": "assets\/icons\/icon64.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    }
}