Sport background pictures new tab

Random sports images in all new tab.

Was ist Sport background pictures new tab?

Sport background pictures new tab ist eine Chrome-Erweiterung, die von sportnewtab entwickelt wurde, und ihr Hauptmerkmal ist "Random sports images in all new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Sport background pictures new tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sport 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

                        Elevate your sports enthusiasm with this fun extension that brings the thrill of the game to each new tab. Immerse yourself in a visual feast of dynamic sports pictures that capture the excitement and passion of various athletic disciplines. From breathtaking action shots to iconic moments in sports history, every new tab becomes a gateway to the thrilling world of sports.

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 selecting the 'Add to Chrome' button and installing this fun 'Sport background pictures New Tab' you are consenting to the installation of this extension, along with our Privacy Policy and Terms of Service stated below. 
By installing the 'Sport background pictures New Tab,' you are agreeing to the modification of the new tab settings. 
You have the option to remove or disable this extension whenever you wish. 
Privacy policy available at: https://sportnewtab.com/privacy.html
Terms of Service: https://sportnewtab.com/terms.html

Feel free to contact us at [email protected]. We would be delighted to assist you!                    

Grundlegende Informationen zur Erweiterung

Name Sport background pictures new tab Sport background pictures new tab
ID lplhnlmhechelehnmapagbfihmcamgph
Offizielle URL https://chromewebstore.google.com/detail/sport-background-pictures/lplhnlmhechelehnmapagbfihmcamgph
Beschreibung Random sports images in all new tab.
Dateigröße 1.18 MB
Installationsanzahl 2,828
Aktuelle Version 1.0.5
Letztes Update 2023-10-18
Veröffentlichungsdatum 2022-10-29
Entwickler sportnewtab
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sportnewtab.com/
URL der Datenschutzrichtlinien-Seite https://sportnewtab.com/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "name": "Sport background pictures new tab",
    "version": "1.0.5",
    "description": "Random sports images in all new tab.",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/sportnewtab.com\/",
        "*:\/\/*.sportnewtab.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "bgSport.html"
    },
    "icons": {
        "16": "imgspt.png",
        "48": "imgspt.png",
        "128": "imgspt.png"
    },
    "action": {
        "default_icon": "imgspt.png"
    }
}