Live News Cloud

Extension description

Co to jest Live News Cloud?

Live News Cloud to rozszerzenie Chrome opracowane przez AppMerge App Maker, a jego główną funkcją jest „Extension description”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Live News Cloud

Pobierz pliki rozszerzeń Live News Cloud w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Live News Cloud Live News Cloud
ID mdpeibincallapdamgmhhpneloaoipii
Oficjalny URL https://chromewebstore.google.com/detail/live-news-cloud/mdpeibincallapdamgmhhpneloaoipii
Opis Extension description
Rozmiar pliku 193 KB
Liczba instalacji 645
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2015-09-17
Data Publikacji 2015-09-17
Ocena 4.71/5 Łącznie 14 Oceny
Deweloper AppMerge App Maker
Typ Płatności free
Strona Rozszerzenia http://www.appmerge.com
Adres URL Strony Pomocy http://www.appmerge.com/support
Obsługiwane Języki 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"
    ]
}