The Best Sports News In The World

This extension helps you simply read the sports news.

什么是The Best Sports News In The World?

The Best Sports News In The World是由http://sports-best-news.com开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you simply read the sports news.”。

扩展截图

screenshot

下载The Best Sports News In The World扩展crx文件

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

扩展使用说明

                        Enjoy sports news and updates in your homepage with our extension!

By adding the extension, you accept and agree to install, set the Chrome New Tab and to the terms of use, and policies. The new tab search features within the extension will be yahoo

  
https://sports-best-news.com/pages/privacy-policy.html
https://sports-best-news.com/pages/terms-of-use.html                    

扩展基本信息

名称 The Best Sports News In The World The Best Sports News In The World
ID mdneonihdidkfbikoclcffckblcogjbf
官方URL https://chrome.google.com/webstore/detail/the-best-sports-news-in-t/mdneonihdidkfbikoclcffckblcogjbf
简介 This extension helps you simply read the sports news.
文件大小 95.81 KB
安装次数 119,704
当前版本 1.1
更新时间 2023-02-06
上架时间 2022-05-26
评分 1.00/5 共1次评分
开发者 http://sports-best-news.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://sports-best-news.com/
帮助页面URL https://sports-best-news.com/pages/contact.html
隐私政策页面URL https://sports-best-news.com/pages/privacy-policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/balls-sports-128.png",
        "default_title": "The Best Sports News In The World"
    },
    "description": "This extension helps you simply read the sports news.",
    "icons": {
        "128": "icons\/balls-sports-128.png",
        "16": "icons\/balls-sports-16.png",
        "32": "icons\/balls-sports-32.png"
    },
    "manifest_version": 3,
    "name": "The Best Sports News In The World",
    "version": "1.1",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg",
                "icons\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.sports-best-news.com\/*"
    ]
}