Latest Fox Business Videos
See the latest and most popular news.
Latest Fox Business Videosとは何ですか?
Latest Fox Business Videosはhttp://www.supernewsworld.comによって開発されたChromeの拡張機能で、その主な機能は「See the latest and most popular news.」です。
拡張機能のスクリーンショット
Latest Fox Business Videos拡張機能のCRXファイルをダウンロード
Latest Fox Business Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See the latest and most popular Fox Business Network Videos. View the Latest Fox Business News Videos Daily.
拡張機能の基本情報
名前 | |
ID | ckgchililjdlmimnephkoccldaacoecn |
公式URL | https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn |
説明 | See the latest and most popular news. |
ファイルサイズ | 477 KB |
インストール数 | 41 |
現在のバージョン | 1.1.8 |
最終更新日 | 2018-10-05 |
公開日 | 2018-10-05 |
開発者 | http://www.supernewsworld.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Latest Fox Business Videos", "version": "1.1.8", "description": "See the latest and most popular news.", "author": "1ClickProduct", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "View Latest News", "default_popup": "popup\/popup.html" }, "permissions": [ "tabs", "https:\/\/www.supernewsworld.com\/" ], "background": { "scripts": [ "popup\/js\/jquery-3.2.1.min.js", "popup\/js\/jquery.scrollbar.min.js", "popup\/js\/popup.js" ], "persistent": false } } |