Shutterstock HQ Preview
Open the watermarked high-quality preview of the currently opened shutterstock tab.
What is Shutterstock HQ Preview?
Shutterstock HQ Preview is a Chrome extension developed by THDev, and its main feature is "Open the watermarked high-quality preview of the currently opened shutterstock tab.".
Extension Screenshots
Download Shutterstock HQ Preview Extension CRX File
Download Shutterstock HQ Preview 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
Quickly open the watermarked higher quality image preview for the shutterstock tab you have currently opened. In case of questions or bugs, contact me at [email protected] Also, feel free to buy me a coffee if you find this extension useful: https://www.buymeacoffee.com/thdev
Extension Basic Information
Name | Shutterstock HQ Preview |
ID | cagefghpihcjalgemengeaadocolalmd |
Official URL | https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd |
Description | Open the watermarked high-quality preview of the currently opened shutterstock tab. |
File Size | 10.95 KB |
Installation Count | 162 |
Current Version | 1.0 |
Last Updated | 2022-01-07 |
Publish Date | 2022-01-07 |
Developer | THDev |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shutterstock HQ Preview", "description": "Open the watermarked high-quality preview of the currently opened shutterstock tab.", "version": "1.0", "manifest_version": 3, "action": { "default_title": "Open current image HQ preview.", "default_icon": { "48": "\/images\/icon_disabled_48.png" } }, "permissions": [ "tabs", "declarativeContent" ], "background": { "service_worker": "background.js" }, "icons": { "48": "\/images\/icon_enabled_48.png" } } |