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

What is Marvel Unlimited Series?

Marvel Unlimited Series is a Chrome extension developed by Snosky, and its main feature is "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Marvel Unlimited Series Extension CRX File

Download Marvel Unlimited Series extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Marvel Unlimited Series Marvel Unlimited Series
ID onoekiemmcckeimlfhenofalncmkedbg
Official URL https://chromewebstore.google.com/detail/marvel-unlimited-series/onoekiemmcckeimlfhenofalncmkedbg
Description Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library
File Size 13.32 KB
Installation Count 455
Current Version 1.3.2
Last Updated 2022-08-05
Publish Date 2020-06-16
Rating 5.00/5 Total 3 Ratings
Developer Snosky
Email [email protected]
Payment Type free
Extension Website https://github.com/Snosky/marvel-unlimited-series
Help Page URL https://github.com/Snosky/marvel-unlimited-series/issues
Supported Languages 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\/*"
            ]
        }
    ]
}