Soccer

New tab wallpaper, theme: Soccer

Soccer란 무엇입니까?

Soccer은(는) https://www.your24football.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab wallpaper, theme: Soccer"입니다.

확장 프로그램 스크린샷

screenshot

Soccer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Soccer Wallpapers to make your new tab scary...
Soccer Wallpapers by aztec offers a great collection of soccer wallpapers to enjoy on your chrome new tab!

Please read carefully: By clicking the “ADD TO CHROME” button in the top right hand corner and installing the Skull wallpapers extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades. 
You can uninstall the extension at any time.

Terms of use
https://www.blpsearch.com/terms/

Privacy Policy
https://www.blpsearch.com/privacy                    

확장 프로그램 기본 정보

이름 Soccer Soccer
ID kdecpapknihmoemkdnlnplpjchihgjge
공식 URL https://chrome.google.com/webstore/detail/soccer/kdecpapknihmoemkdnlnplpjchihgjge
설명 New tab wallpaper, theme: Soccer
파일 크기 22.91 KB
설치 횟수 58
현재 버전 1.0.836.444
최근 업데이트 2019-02-07
출시 날짜 2019-02-07
개발자 https://www.your24football.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.blpsearch.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.836.444",
    "name": "Soccer",
    "description": "New tab wallpaper, theme: Soccer",
    "icons": {
        "128": "icons\/Pics4NewTab-128.png"
    },
    "background": {
        "scripts": [
            "js\/brand.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/Pics4NewTab-128.png",
        "default_title": "New Tab"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.4newtab.com\/soccer_wallpapers*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "web_accessible_resources": [
        "icons\/checker.gif"
    ],
    "permissions": [
        "*:\/\/*.4newtab.com\/*",
        "https:\/\/*.blpsearch.com\/*",
        "https:\/\/*.service.prsstobe.com\/*",
        "*:\/\/*.your24football.com\/*",
        "cookies"
    ]
}