Shutterstock HQ Preview

Open the watermarked high-quality preview of the currently opened shutterstock tab.

Co to jest Shutterstock HQ Preview?

Shutterstock HQ Preview to rozszerzenie Chrome opracowane przez THDev, a jego główną funkcją jest „Open the watermarked high-quality preview of the currently opened shutterstock tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Shutterstock HQ Preview

Pobierz pliki rozszerzeń Shutterstock HQ Preview w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
Oficjalny URL https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
Opis Open the watermarked high-quality preview of the currently opened shutterstock tab.
Rozmiar pliku 10.95 KB
Liczba instalacji 162
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-07
Data Publikacji 2022-01-07
Deweloper THDev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}