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

Vad är Marvel Unlimited Series?

Marvel Unlimited Series är en Chrome-tillägg utvecklad av Snosky, och dess huvudfunktion är "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Marvel Unlimited Series-förlängningens CRX-fil

Ladda ner Marvel Unlimited Series-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Marvel Unlimited Series Marvel Unlimited Series
ID onoekiemmcckeimlfhenofalncmkedbg
Officiell webbadress https://chromewebstore.google.com/detail/marvel-unlimited-series/onoekiemmcckeimlfhenofalncmkedbg
Beskrivning Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library
Filstorlek 13.32 KB
Antal Installationer 455
Aktuell Version 1.3.2
Senast Uppdaterad 2022-08-05
Publiceringsdatum 2020-06-16
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Snosky
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Snosky/marvel-unlimited-series
Hjälpsida URL https://github.com/Snosky/marvel-unlimited-series/issues
Stödda Språk 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\/*"
            ]
        }
    ]
}