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 |
Eメール | [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" } } |