Merch Save
Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts
Vad är Merch Save?
Merch Save är en Chrome-tillägg utvecklad av duclvz, och dess huvudfunktion är "Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts".
Tilläggsskärmbilder
Ladda ner Merch Save-förlängningens CRX-fil
Ladda ner Merch Save-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | hjdpahmcefcphppgmpipkajniojmpegc |
Officiell webbadress | https://chrome.google.com/webstore/detail/hjdpahmcefcphppgmpipkajniojmpegc |
Beskrivning | Easily download the Hi-Res 4500x5400 design image from Merch by Amazon Shirts |
Filstorlek | 184 KB |
Antal Installationer | 79 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2023-05-10 |
Publiceringsdatum | 2023-03-15 |
Betyg | 5.00/5 Totalt 6 Betyg |
Utvecklare | duclvz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |