Latest CNN News Videos
See the latest and most popular news.
What is Latest CNN News Videos?
Latest CNN News Videos is a Chrome extension developed by http://www.supernewsworld.com, and its main feature is "See the latest and most popular news.".
Extension Screenshots
Download Latest CNN News Videos Extension CRX File
Download Latest CNN News Videos 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
Watch the latest CNN Videos in 1-Click
Extension Basic Information
Name | |
ID | fkfhfhgoipkhmieamodphnfmneglapgl |
Official URL | https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl |
Description | See the latest and most popular news. |
File Size | 127 KB |
Installation Count | 1,753 |
Current Version | 1.2.0 |
Last Updated | 2022-03-23 |
Publish Date | 2018-09-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://www.supernewsworld.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |