Soccer

New tab wallpaper, theme: Soccer

什么是Soccer?

Soccer是由https://www.your24football.com开发的Chrome扩展程序,该扩展的主要功能是“New tab wallpaper, theme: Soccer”。

扩展截图

screenshot

下载Soccer扩展crx文件

下载Soccer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}