Marvel Movie Countdown

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

Co to jest Marvel Movie Countdown?

Marvel Movie Countdown to rozszerzenie Chrome opracowane przez Parth Patel, a jego główną funkcją jest „This extension allows the user to see when the next marvel movie is coming out so they can get hyped!”.

Pobierz plik CRX rozszerzenia Marvel Movie Countdown

Pobierz pliki rozszerzeń Marvel Movie Countdown w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
Oficjalny URL https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
Opis This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
Rozmiar pliku 25.33 KB
Liczba instalacji 25
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2018-05-14
Data Publikacji 2018-05-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Parth Patel
Typ Płatności free
Obsługiwane Języki 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"
    ]
}