Merch Save
Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts
What is Merch Save?
Merch Save is a Chrome extension developed by duclvz, and its main feature is "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts".
Extension Screenshots
Download Merch Save Extension CRX File
Download Merch Save extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | hjdpahmcefcphppgmpipkajniojmpegc |
Official URL | https://chrome.google.com/webstore/detail/hjdpahmcefcphppgmpipkajniojmpegc |
Description | Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts |
File Size | 184 KB |
Installation Count | 79 |
Current Version | 1.0.2 |
Last Updated | 2023-05-10 |
Publish Date | 2023-03-15 |
Rating | 5.00/5 Total 6 Ratings |
Developer | duclvz |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |