GetGetty Extension

GetGetty Extension

GetGetty Extension क्या है?

GetGetty Extension Priyansu Choudhury द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "GetGetty Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GetGetty Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Introducing our new Chrome Extension - GettyImages Downloader!

Are you tired of having to screen capture or save GettyImages images one by one? Look no further! Our extension adds a convenient download button to GettyImages website, allowing you to easily download images in just one click.

With the GettyImages Downloader extension, you can quickly and easily download high-quality images from the GettyImages website, without the hassle of taking screenshots or going through complicated download processes. This extension is perfect for anyone who needs to download images frequently, whether it be for personal or professional use.

By installing GettyImages Downloader, you'll be able to save time and effort by downloading images quickly and easily, all without having to leave the website. The extension is also user-friendly and doesn't require any technical knowledge to use.

Overall, if you're someone who uses GettyImages frequently and wants to save time and effort in the process of downloading images, then GettyImages Downloader is the perfect extension for you. Give it a try today and start downloading images with ease!                    

एक्सटेंशन की मूल जानकारी

नाम GetGetty Extension GetGetty Extension
ID kkioljeeheopjbpoidhbmmbmehpgigon
आधिकारिक URL https://chromewebstore.google.com/detail/getgetty-extension/kkioljeeheopjbpoidhbmmbmehpgigon
विवरण GetGetty Extension
फ़ाइल का आकार 7.41 KB
स्थापना संख्या 1,788
वर्तमान संस्करण 2.1
अंतिम अपडेट 2023-12-22
प्रकाशन तिथि 2023-04-05
रेटिंग 3.43/5 कुल 21 रेटिंग्स
डेवलपर Priyansu Choudhury
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://priyansu.in
सहायता पृष्ठ URL https://priyansu.in
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GetGetty Extension",
    "version": "2.1",
    "description": "GetGetty Extension",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "title": "GetGetty Extension",
        "icon": "icon64.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.gettyimages.in\/*",
        "https:\/\/www.gettyimages.com\/*",
        "http:\/\/www.gettyimages.in\/*",
        "http:\/\/www.gettyimages.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.gettyimages.in\/*",
                "https:\/\/www.gettyimages.in\/*",
                "http:\/\/www.gettyimages.com\/*",
                "https:\/\/www.gettyimages.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}