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
Hvad er Marvel Unlimited Series?
Marvel Unlimited Series er en Chrome-udvidelse udviklet af Snosky, og dens hovedfunktion er "Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library".
Udvidelsesskærmbilleder
Download Marvel Unlimited Series-udvidelses-CRX-fil
Download Marvel Unlimited Series-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Marvel Unlimited Series |
ID | onoekiemmcckeimlfhenofalncmkedbg |
Officiel URL | https://chromewebstore.google.com/detail/marvel-unlimited-series/onoekiemmcckeimlfhenofalncmkedbg |
Beskrivelse | Add a button on comic series' page from marvel.com, to allow you to add the whole series to your Marvel Unlimited library |
Filstørrelse | 13.32 KB |
Antal Installationer | 455 |
Nuværende Version | 1.3.2 |
Senest Opdateret | 2022-08-05 |
Udgivelsesdato | 2020-06-16 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Snosky |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Snosky/marvel-unlimited-series |
Hjælpeside-URL | https://github.com/Snosky/marvel-unlimited-series/issues |
Understøttede Sprog | 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\/*" ] } ] } |