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
官方網址 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\/*"
    ]
}