Shutterstock HQ Preview

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

Apa itu Shutterstock HQ Preview?

Shutterstock HQ Preview adalah ekstensi Chrome yang dikembangkan oleh THDev, dan fitur utamanya adalah "Open the watermarked high-quality preview of the currently opened shutterstock tab.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Shutterstock HQ Preview

Unduh file ekstensi Shutterstock HQ Preview dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Shutterstock HQ Preview Shutterstock HQ Preview
ID cagefghpihcjalgemengeaadocolalmd
URL Resmi https://chromewebstore.google.com/detail/shutterstock-hq-preview/cagefghpihcjalgemengeaadocolalmd
Deskripsi Open the watermarked high-quality preview of the currently opened shutterstock tab.
Ukuran File 10.95 KB
Jumlah Instalasi 162
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-01-07
Tanggal Publikasi 2022-01-07
Pengembang THDev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}