Marvel Movie Countdown

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

Marvel Movie Countdown란 무엇입니까?

Marvel Movie Countdown은(는) Parth Patel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!"입니다.

Marvel Movie Countdown 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Marvel Movie Countdown Marvel Movie Countdown
ID ohhcopknbaamijadncgfeoaigiahgehl
공식 URL https://chromewebstore.google.com/detail/marvel-movie-countdown/ohhcopknbaamijadncgfeoaigiahgehl
설명 This extension allows the user to see when the next marvel movie is coming out so they can get hyped!
파일 크기 25.33 KB
설치 횟수 25
현재 버전 2.1
최근 업데이트 2018-05-14
출시 날짜 2018-05-14
평점 5.00/5 총 1 개의 평점
개발자 Parth Patel
결제 유형 free
지원되는 언어 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"
    ]
}