Marvel Movie Countdown
This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
What is Marvel Movie Countdown?
Marvel Movie Countdown is a Chrome extension developed by Parth Patel, and its main feature is "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!".
Download Marvel Movie Countdown Extension CRX File
Download Marvel Movie Countdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Marvel Movie Countdown |
ID | ohhcopknbaamijadncgfeoaigiahgehl |
Official URL | https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl |
Description | This extension allows the user to see when the next marvel movie is coming out so they can get hyped! |
File Size | 25.33 KB |
Installation Count | 25 |
Current Version | 2.1 |
Last Updated | 2018-05-14 |
Publish Date | 2018-05-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Parth Patel |
Payment Type | free |
Supported Languages | 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" ] } |