Outdoor Sports

Outdoor Sports - Take your browser up a notch

Outdoor Sportsとは何ですか?

Outdoor Sportsはp8corporation2によって開発されたChromeの拡張機能で、その主な機能は「Outdoor Sports - Take your browser up a notch 」です。

拡張機能のスクリーンショット

screenshot

Outdoor Sports拡張機能のCRXファイルをダウンロード

Outdoor Sports拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Outdoor Sports Outdoor Sports
ID dhenmgopoidmigbopeafpddchmamklpc
公式URL https://chrome.google.com/webstore/detail/outdoor-sports/dhenmgopoidmigbopeafpddchmamklpc
説明 Outdoor Sports - Take your browser up a notch
ファイルサイズ 1.29 MB
インストール数 5,729
現在のバージョン 1.3
最終更新日 2022-06-26
公開日 2022-05-04
開発者 p8corporation2
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://peak8media.com/privacy-policy
対応言語 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'"
        }
    }
}