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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}