Latest CNN News Videos
See the latest and most popular news.
Latest CNN News Videosとは何ですか?
Latest CNN News Videosはhttp://www.supernewsworld.comによって開発されたChromeの拡張機能で、その主な機能は「See the latest and most popular news.」です。
拡張機能のスクリーンショット
Latest CNN News Videos拡張機能のCRXファイルをダウンロード
Latest CNN News Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Watch the latest CNN Videos in 1-Click
拡張機能の基本情報
名前 | |
ID | fkfhfhgoipkhmieamodphnfmneglapgl |
公式URL | https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl |
説明 | See the latest and most popular news. |
ファイルサイズ | 127 KB |
インストール数 | 1,753 |
現在のバージョン | 1.2.0 |
最終更新日 | 2022-03-23 |
公開日 | 2018-09-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | 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 CNN News Videos", "version": "1.2.0", "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": [ "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 } } |