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
Was ist Marvel Unlimited Series?
Marvel Unlimited Series ist eine Chrome-Erweiterung, die von Snosky entwickelt wurde, und ihr Hauptmerkmal ist "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library".
Erweiterungsscreenshots
Marvel Unlimited Series-Erweiterungs-CRX-Datei herunterladen
Laden Sie Marvel Unlimited Series-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Marvel Unlimited Series |
ID | onoekiemmcckeimlfhenofalncmkedbg |
Offizielle URL | https://chromewebstore.google.com/detail/marvel-unlimited-series/onoekiemmcckeimlfhenofalncmkedbg |
Beschreibung | Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library |
Dateigröße | 13.32 KB |
Installationsanzahl | 455 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2022-08-05 |
Veröffentlichungsdatum | 2020-06-16 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Snosky |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Snosky/marvel-unlimited-series |
Hilfeseite URL | https://github.com/Snosky/marvel-unlimited-series/issues |
Unterstützte Sprachen | 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\/*" ] } ] } |