Live News Cloud
Extension description
什么是Live News Cloud?
Live News Cloud是由AppMerge App Maker开发的Chrome扩展程序,该扩展的主要功能是“Extension description”。
扩展截图
下载Live News Cloud扩展crx文件
下载Live News Cloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Live News Cloud |
ID | mdpeibincallapdamgmhhpneloaoipii |
官方URL | https://chromewebstore.google.com/detail/live-news-cloud/mdpeibincallapdamgmhhpneloaoipii |
简介 | Extension description |
文件大小 | 193 KB |
安装次数 | 645 |
当前版本 | 3.0 |
更新时间 | 2015-09-17 |
上架时间 | 2015-09-17 |
评分 | 4.71/5 共14次评分 |
开发者 | AppMerge App Maker |
付费类型 | free |
扩展官网 | http://www.appmerge.com |
帮助页面URL | http://www.appmerge.com/support |
支持的语言 | 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" ] } |