Outdoor Sports

Outdoor Sports - Take your browser up a notch

Qu'est-ce que Outdoor Sports ?

Outdoor Sports est une extension Chrome développée par p8corporation2, et sa fonction principale est "Outdoor Sports - Take your browser up a notch ".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Outdoor Sports

Téléchargez les fichiers d'extension Outdoor Sports au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Outdoor Sports Outdoor Sports
ID dhenmgopoidmigbopeafpddchmamklpc
URL Officiel https://chrome.google.com/webstore/detail/outdoor-sports/dhenmgopoidmigbopeafpddchmamklpc
Description Outdoor Sports - Take your browser up a notch
Taille du Fichier 1.29 MB
Nombre d'Installations 5,729
Version Actuelle 1.3
Dernière Mise à Jour 2022-06-26
Date de Publication 2022-05-04
Développeur p8corporation2
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://peak8media.com/privacy-policy
Langues Prises en Charge 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'"
        }
    }
}