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开发的Chrome扩展程序,该扩展的主要功能是“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

下载Marvel Unlimited Series扩展crx文件

下载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\/*"
            ]
        }
    ]
}