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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}