The Best News Extension
This extension helps you simply read the world news.
什么是The Best News Extension?
The Best News Extension是由https://newsbuzzzer.com开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you simply read the world news.”。
扩展截图
下载The Best News Extension扩展crx文件
下载The Best News Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get news and updates all over the world right at your homepage!
By clicking “Add To Chrome”, you accept and agree to install our News Extension, set the Chrome™ New Tab - newsbuzzzer.com, and to the Terms of Use, and Privacy Policy. The New Tab Search features within the extension will be powered by Microsoft Bing
http://newsbuzzzer.com/pages/terms-of-use.html
https://newsbuzzzer.com/pages/privacy-policy.html
https://newsbuzzzer.com/pages/about-us.html
https://newsbuzzzer.com/pages/contact.html 扩展基本信息
| 名称 | |
| ID | bodhfgccecdbobfmnjhlokhlohihpjhi |
| 官方URL | https://chromewebstore.google.com/detail/the-best-news-extension/bodhfgccecdbobfmnjhlokhlohihpjhi |
| 简介 | This extension helps you simply read the world news. |
| 文件大小 | 145 KB |
| 安装次数 | 113,335 |
| 当前版本 | 1.2 |
| 更新时间 | 2022-06-02 |
| 上架时间 | 2022-04-13 |
| 开发者 | https://newsbuzzzer.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://newsbuzzzer.com/ |
| 帮助页面URL | https://newsbuzzzer.com/pages/contact.html |
| 隐私政策页面URL | https://newsbuzzzer.com/pages/privacy-policy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": "icons\/128.png",
"default_title": "The Best News Extension"
},
"description": "This extension helps you simply read the world news.",
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"48": "icons\/48.png"
},
"manifest_version": 3,
"name": "The Best News Extension",
"version": "1.2",
"web_accessible_resources": [
{
"resources": [
"icons\/*.svg"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"host_permissions": [
"*:\/\/*.newsbuzzzer.com\/*"
]
} | |