Marvel Movie Countdown

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

O que é Marvel Movie Countdown?

Marvel Movie Countdown é uma extensão do Chrome desenvolvida por Parth Patel, e sua principal característica é "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!".

Baixar o arquivo CRX da Extensão Marvel Movie Countdown

Baixe arquivos de extensão Marvel Movie Countdown no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
URL Oficial https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
Descrição This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
Tamanho do Arquivo 25.33 KB
Contagem de Instalações 25
Versão Atual 2.1
Última Atualização 2018-05-14
Data de Publicação 2018-05-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Parth Patel
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}