Outdoor Sports

Outdoor Sports - Take your browser up a notch

Wat is Outdoor Sports?

Outdoor Sports is een Chrome-extensie ontwikkeld door p8corporation2, en de belangrijkste functie is "Outdoor Sports - Take your browser up a notch ".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Outdoor Sports

Download Outdoor Sports-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to have your New Tab as an Outdoor Sports themed background images. Additionally, you will have the current date and day of the week right on your new tab.

Bing will be the default search engine on your New Tab page.

You will have an Outdoor Sports image on every New Tab.

By clicking "Add to chrome" I accept and agree to installing the Outdoor Sports Backgrounds Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use.                    

Basisinformatie over de Extensie

Naam Outdoor Sports Outdoor Sports
ID dhenmgopoidmigbopeafpddchmamklpc
Officiële URL https://chrome.google.com/webstore/detail/outdoor-sports/dhenmgopoidmigbopeafpddchmamklpc
Beschrijving Outdoor Sports - Take your browser up a notch
Bestandsgrootte 1.29 MB
Aantal Installaties 5,729
Huidige Versie 1.3
Laatst Bijgewerkt 2022-06-26
Publicatiedatum 2022-05-04
Ontwikkelaar p8corporation2
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://peak8media.com/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Outdoor Sports",
    "description": "Outdoor Sports - Take your browser up a notch ",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": ".\/img\/icons\/running.png",
        "48": ".\/img\/icons\/running.png",
        "128": ".\/img\/icons\/running.png"
    },
    "background": {
        "default_icon": ".\/img\/icons\/running.png",
        "service_worker": "\/js\/bg.js"
    },
    "oauth2": {
        "client_id": "KNaB2KjMIRDSOn2D5bBFGjq3BYfVwX07CxnNyaJDYXI",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": {
            "extension_pages": "script-src 'self'; object-src 'self'",
            "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/js\/client.js?'; object-src 'self'"
        }
    }
}