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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Parth Patel และคุณลักษณะหลักของมันคือ "This extension allows the user to see when the next marvel movie is coming out so they can get hyped!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marvel Movie Countdown

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}