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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Marvel Unlimited Series एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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\/*"
            ]
        }
    ]
}