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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
        }
    }
}