Merch Save
Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts
Wat is Merch Save?
Merch Save is een Chrome-extensie ontwikkeld door duclvz, en de belangrijkste functie is "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts".
Extensie Screenshots
Download het CRX-bestand van de extensie Merch Save
Download Merch Save-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
Hi-Res Image Downloader for Merch By Amazon. Use Guide: Click the "Download PNG" button to download the design. The download button only appear when you visit Merch by Amazon Shirts. Not for trademark purpose. Merch Save - Amazon Merch Design Downloader
Basisinformatie over de Extensie
Naam | |
ID | hjdpahmcefcphppgmpipkajniojmpegc |
Officiële URL | https://chrome.google.com/webstore/detail/hjdpahmcefcphppgmpipkajniojmpegc |
Beschrijving | Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts |
Bestandsgrootte | 184 KB |
Aantal Installaties | 79 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2023-05-10 |
Publicatiedatum | 2023-03-15 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | duclvz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Merch Save", "description": "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts", "author": "duclvz", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "256.png", "256": "256.png" }, "action": { "default_title": "Amazon Merch Design Downloader by duclvz" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/www.amazon.com\/*" ], "run_at": "document_end" } ] } |