GetGetty Extension

GetGetty Extension

GetGetty Extension란 무엇입니까?

GetGetty Extension은(는) Priyansu Choudhury에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "GetGetty Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GetGetty Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}