One America News
Your Nation. Your News. Up to date News headlines.
What is One America News?
One America News is a Chrome extension developed by One America News Network, and its main feature is "Your Nation. Your News. Up to date News headlines.".
Extension Screenshots
Download One America News Extension CRX File
Download One America News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Get the latest news and headlines from One America News! Also watch us on Direct TV and KlowdTV
Extension Basic Information
Name | |
ID | dhknjjfkhjlgbfkdbmelofebbdjpfiam |
Official URL | https://chrome.google.com/webstore/detail/dhknjjfkhjlgbfkdbmelofebbdjpfiam |
Description | Your Nation. Your News. Up to date News headlines. |
File Size | 587 KB |
Installation Count | 1,835 |
Current Version | 1.1 |
Last Updated | 2017-07-18 |
Publish Date | 2017-07-18 |
Rating | 4.45/5 Total 11 Ratings |
Developer | One America News Network |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |