Live News Cloud

Extension description

Cos'è Live News Cloud?

Live News Cloud è un'estensione di Chrome sviluppata da AppMerge App Maker, e la sua funzione principale è "Extension description".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Live News Cloud

Scarica i file di estensione Live News Cloud in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Live News Cloud Live News Cloud
ID mdpeibincallapdamgmhhpneloaoipii
URL Ufficiale https://chromewebstore.google.com/detail/live-news-cloud/mdpeibincallapdamgmhhpneloaoipii
Descrizione Extension description
Dimensione del File 193 KB
Conteggio Installazioni 645
Versione Corrente 3.0
Ultimo Aggiornamento 2015-09-17
Data di Pubblicazione 2015-09-17
Valutazione 4.71/5 Totale 14 Valutazioni
Sviluppatore AppMerge App Maker
Tipo di Pagamento free
Sito Web dell'Estensione http://www.appmerge.com
URL della Pagina di Aiuto http://www.appmerge.com/support
Lingue Supportate 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"
    ]
}