Marvel Movie Countdown

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

Was ist Marvel Movie Countdown?

Marvel Movie Countdown ist eine Chrome-Erweiterung, die von Parth Patel entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!".

Marvel Movie Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Marvel Movie Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
Offizielle URL https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
Beschreibung This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
Dateigröße 25.33 KB
Installationsanzahl 25
Aktuelle Version 2.1
Letztes Update 2018-05-14
Veröffentlichungsdatum 2018-05-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Parth Patel
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}