Marvel Movie Countdown

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

Cos'è Marvel Movie Countdown?

Marvel Movie Countdown è un'estensione di Chrome sviluppata da Parth Patel, e la sua funzione principale è "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!".

Scarica il file CRX dell'estensione Marvel Movie Countdown

Scarica i file di estensione Marvel Movie Countdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
URL Ufficiale https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
Descrizione This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
Dimensione del File 25.33 KB
Conteggio Installazioni 25
Versione Corrente 2.1
Ultimo Aggiornamento 2018-05-14
Data di Pubblicazione 2018-05-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Parth Patel
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}