Marvel Unlimited Series

Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library

Marvel Unlimited Seriesคืออะไร?

Marvel Unlimited Series เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Snosky และคุณลักษณะหลักของมันคือ "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Marvel Unlimited Series ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of having to add comics one by one in your library ?

This extension add a button on comic series' and events page from marvel.com, to allow you to add all related issues to your library

GitHub: https://github.com/Snosky/marvel-unlimited-series                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Marvel Unlimited Series Marvel Unlimited Series
ID onoekiemmcckeimlfhenofalncmkedbg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marvel-unlimited-series/onoekiemmcckeimlfhenofalncmkedbg
คำอธิบาย Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library
ขนาดไฟล์ 13.32 KB
จำนวนการติดตั้ง 455
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2022-08-05
วันที่เผยแพร่ 2020-06-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Snosky
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Snosky/marvel-unlimited-series
URL หน้าช่วยเหลือ https://github.com/Snosky/marvel-unlimited-series/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marvel Unlimited Series",
    "short_name": "MUS",
    "version": "1.3.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/www.marvel.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/www.marvel.com\/comics\/series\/*",
                "https:\/\/www.marvel.com\/comics\/events\/*"
            ]
        }
    ]
}