One America News
Your Nation. Your News. Up to date News headlines.
什么是One America News?
One America News是由One America News Network开发的Chrome扩展程序,该扩展的主要功能是“Your Nation. Your News. Up to date News headlines.”。
扩展截图
下载One America News扩展crx文件
下载One America News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the latest news and headlines from One America News! Also watch us on Direct TV and KlowdTV
扩展基本信息
名称 | |
ID | dhknjjfkhjlgbfkdbmelofebbdjpfiam |
官方URL | https://chrome.google.com/webstore/detail/dhknjjfkhjlgbfkdbmelofebbdjpfiam |
简介 | Your Nation. Your News. Up to date News headlines. |
文件大小 | 587 KB |
安装次数 | 1,835 |
当前版本 | 1.1 |
更新时间 | 2017-07-18 |
上架时间 | 2017-07-18 |
评分 | 4.45/5 共11次评分 |
开发者 | One America News Network |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One America News", "version": "1.1", "short_name": "OANN", "description": "Your Nation. Your News. Up to date News headlines.", "icons": { "16": "images\/icon.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "http:\/\/oann.com\/", "background": { "page": "background.html" }, "permissions": [ "http:\/\/www.oann.com\/category\/newsroom\/feed\/*" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "One America News", "default_popup": "popup.html" } } |