Marvel Movie Countdown

This extension allows the user to see when the next marvel movie is coming out so they can get hyped!

Что такое Marvel Movie Countdown?

Marvel Movie Countdown - это расширение Chrome, разработанное Parth Patel, и его основная функция - "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!".

Скачать файл CRX расширения Marvel Movie Countdown

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

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

                        It's super simple! Just download this extension, and you're all set. Click on the icon that pops up and you'll be able to see how far every MCU movie that has a release date is! You can also see the latest trailers, if there are any out. This way, you can keep checking and get hyped!                    

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

Название Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
Официальный URL https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
Описание This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
Размер файла 25.33 KB
Количество установок 25
Текущая Версия 2.1
Последнее Обновление 2018-05-14
Дата публикации 2018-05-14
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Parth Patel
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marvel Movie Countdown",
    "description": "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Marvel Movie Countdown!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}