Marvel Movie Countdown

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

Apa itu Marvel Movie Countdown?

Marvel Movie Countdown adalah ekstensi Chrome yang dikembangkan oleh Parth Patel, dan fitur utamanya adalah "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!".

Unduh Berkas CRX Ekstensi Marvel Movie Countdown

Unduh file ekstensi Marvel Movie Countdown dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
URL Resmi https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
Deskripsi This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
Ukuran File 25.33 KB
Jumlah Instalasi 25
Versi Saat Ini 2.1
Terakhir Diperbarui 2018-05-14
Tanggal Publikasi 2018-05-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Parth Patel
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}