Shutterstock HQ Preview
Open the watermarked high-quality preview of the currently opened shutterstock tab.
Wat is Shutterstock HQ Preview?
Shutterstock HQ Preview is een Chrome-extensie ontwikkeld door THDev, en de belangrijkste functie is "Open the watermarked high-quality preview of the currently opened shutterstock tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Shutterstock HQ Preview
Download Shutterstock HQ Preview-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
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
Basisinformatie over de Extensie
Naam | Shutterstock HQ Preview |
ID | cagefghpihcjalgemengeaadocolalmd |
Officiële URL | https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd |
Beschrijving | Open the watermarked high-quality preview of the currently opened shutterstock tab. |
Bestandsgrootte | 10.95 KB |
Aantal Installaties | 162 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-01-07 |
Publicatiedatum | 2022-01-07 |
Ontwikkelaar | THDev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |