Latest AP News Videos

See the latest and most popular news.

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

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

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

screenshot

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

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

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

                        See the latest and most popular AP News Videos View the Latest AP News (The Associated Press) Videos Daily. Free-to-watch videos daily in just 1-Click.                    

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

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