Live News Cloud
Extension description
Wat is Live News Cloud?
Live News Cloud is een Chrome-extensie ontwikkeld door AppMerge App Maker, en de belangrijkste functie is "Extension description".
Extensie Screenshots
Download het CRX-bestand van de extensie Live News Cloud
Download Live News Cloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Live News Cloud |
ID | mdpeibincallapdamgmhhpneloaoipii |
Officiële URL | https://chromewebstore.google.com/detail/live-news-cloud/mdpeibincallapdamgmhhpneloaoipii |
Beschrijving | Extension description |
Bestandsgrootte | 193 KB |
Aantal Installaties | 645 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2015-09-17 |
Publicatiedatum | 2015-09-17 |
Beoordeling | 4.71/5 Totaal 14 Beoordelingen |
Ontwikkelaar | AppMerge App Maker |
Betalingswijze | free |
Extensiewebsite | http://www.appmerge.com |
Help Pagina-URL | http://www.appmerge.com/support |
Ondersteunde Talen | 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" ] } |