Your Best World News Extension

This extension helps you simply read the best world news.

什么是Your Best World News Extension?

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

扩展截图

screenshot

下载Your Best World News Extension扩展crx文件

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

扩展使用说明

                        With our extension, enjoy news updates from the world!

By adding to chrome, you accept and agree to install our extension, set the Chrome New Tab and to the terms of use, and privacy policy. The new tab .search features within the extension will be powered by Bing
  
https://best-news-world.com/pages/privacy-policy.html
https://best-news-world.com/pages/terms-of-use.html                    

扩展基本信息

名称 Your Best World News Extension Your Best World News Extension
ID mhcadccilnnadcbjbdmabngbpcignljd
官方URL https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd
简介 This extension helps you simply read the best world news.
文件大小 259 KB
安装次数 113,244
当前版本 1
更新时间 2022-05-26
上架时间 2022-05-26
评分 1.00/5 共1次评分
开发者 https://best-news-world.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://best-news-world.com/
帮助页面URL https://best-news-world.com/pages/contact.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/news-128.png",
        "default_title": "Your Best World News Extension"
    },
    "description": "This extension helps you simply read the best world news.",
    "icons": {
        "128": "icons\/news-128.png",
        "16": "icons\/news-16.png",
        "32": "icons\/news-32.png"
    },
    "manifest_version": 3,
    "name": "Your Best World News Extension",
    "version": "1",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg",
                "icons\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.best-news-world.com\/*"
    ]
}