Marvel Movie Countdown

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

Wat is Marvel Movie Countdown?

Marvel Movie Countdown is een Chrome-extensie ontwikkeld door Parth Patel, en de belangrijkste functie is "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!".

Download het CRX-bestand van de extensie Marvel Movie Countdown

Download Marvel Movie Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
Officiële URL https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
Beschrijving This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
Bestandsgrootte 25.33 KB
Aantal Installaties 25
Huidige Versie 2.1
Laatst Bijgewerkt 2018-05-14
Publicatiedatum 2018-05-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Parth Patel
Betalingswijze free
Ondersteunde Talen 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"
    ]
}