Live News Cloud
Extension description
What is Live News Cloud?
Live News Cloud is a Chrome extension developed by AppMerge App Maker, and its main feature is "Extension description".
Extension Screenshots
Download Live News Cloud Extension CRX File
Download Live News Cloud 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
The #1 Live News Stream TV Chrome APP brings you ALL THE NEWS, ALL THE TIME. We are better than any mainstream news syndicator you will find. This app makes it easy to get your news fast, and see live video as news happens. More Updates Automatically soon including live video for Android!
Extension Basic Information
Name | Live News Cloud |
ID | mdpeibincallapdamgmhhpneloaoipii |
Official URL | https://chromewebstore.google.com/detail/live-news-cloud/mdpeibincallapdamgmhhpneloaoipii |
Description | Extension description |
File Size | 193 KB |
Installation Count | 645 |
Current Version | 3.0 |
Last Updated | 2015-09-17 |
Publish Date | 2015-09-17 |
Rating | 4.71/5 Total 14 Ratings |
Developer | AppMerge App Maker |
Payment Type | free |
Extension Website | http://www.appmerge.com |
Help Page URL | http://www.appmerge.com/support |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live News Cloud", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*" ], "description": "Extension description", "background": { "page": "background.html" }, "homepage_url": "http:\/\/www.livenewschat.eu\/", "version": "3.0", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/icon19.png", "default_title": "Live News Cloud" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation" ] } |