Latest Fox Business Videos

See the latest and most popular news.

Что такое Latest Fox Business Videos?

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

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

screenshot

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

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

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

                        See the latest and most popular Fox Business Network Videos. View the Latest Fox Business News Videos Daily.                    

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

Название Latest Fox Business Videos Latest Fox Business Videos
ID ckgchililjdlmimnephkoccldaacoecn
Официальный URL https://chrome.google.com/webstore/detail/latest-fox-business-video/ckgchililjdlmimnephkoccldaacoecn
Описание See the latest and most popular news.
Размер файла 477 KB
Количество установок 41
Текущая Версия 1.1.8
Последнее Обновление 2018-10-05
Дата публикации 2018-10-05
Разработчик http://www.supernewsworld.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest Fox Business Videos",
    "version": "1.1.8",
    "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": [
        "tabs",
        "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
    }
}