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
Wat is Marvel Unlimited Series?
Marvel Unlimited Series is een Chrome-extensie ontwikkeld door Snosky, en de belangrijkste functie is "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library".
Extensie Screenshots
Download het CRX-bestand van de extensie Marvel Unlimited Series
Download Marvel Unlimited Series-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Marvel Unlimited Series |
ID | onoekiemmcckeimlfhenofalncmkedbg |
Officiële URL | https://chromewebstore.google.com/detail/marvel-unlimited-series/onoekiemmcckeimlfhenofalncmkedbg |
Beschrijving | Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library |
Bestandsgrootte | 13.32 KB |
Aantal Installaties | 455 |
Huidige Versie | 1.3.2 |
Laatst Bijgewerkt | 2022-08-05 |
Publicatiedatum | 2020-06-16 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Snosky |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Snosky/marvel-unlimited-series |
Help Pagina-URL | https://github.com/Snosky/marvel-unlimited-series/issues |
Ondersteunde Talen | 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\/*" ] } ] } |