Latest CNN News Videos

See the latest and most popular news.

Co to jest Latest CNN News Videos?

Latest CNN News Videos to rozszerzenie Chrome opracowane przez http://www.supernewsworld.com, a jego główną funkcją jest „See the latest and most popular news.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Latest CNN News Videos

Pobierz pliki rozszerzeń Latest CNN News Videos 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

                        Watch the latest CNN Videos in 1-Click                    

Podstawowe informacje o rozszerzeniu

Nazwa Latest CNN News Videos Latest CNN News Videos
ID fkfhfhgoipkhmieamodphnfmneglapgl
Oficjalny URL https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl
Opis See the latest and most popular news.
Rozmiar pliku 127 KB
Liczba instalacji 1,753
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-03-23
Data Publikacji 2018-09-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://www.supernewsworld.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest CNN News Videos",
    "version": "1.2.0",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View Latest News",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "https:\/\/www.supernewsworld.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/jquery.scrollbar.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}