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
官方網址 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\/*"
            ]
        }
    ]
}