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ファイルをダウンロード

Marvel Movie Countdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}