Latest CNN News Videos

See the latest and most popular news.

Что такое Latest CNN News Videos?

Latest CNN News Videos - это расширение Chrome, разработанное http://www.supernewsworld.com, и его основная функция - "See the latest and most popular news.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Latest CNN News Videos

Скачайте файлы расширений Latest CNN News Videos в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Watch the latest CNN Videos in 1-Click                    

Основная информация о расширении

Название Latest CNN News Videos Latest CNN News Videos
ID fkfhfhgoipkhmieamodphnfmneglapgl
Официальный URL https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl
Описание See the latest and most popular news.
Размер файла 127 KB
Количество установок 1,753
Текущая Версия 1.2.0
Последнее Обновление 2022-03-23
Дата публикации 2018-09-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://www.supernewsworld.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
    }
}