Envato Credits

Get Exclusive Envato Elements Item Deals

Envato Credits란 무엇입니까?

Envato Credits은(는) https://envatocredits.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Exclusive Envato Elements Item Deals"입니다.

확장 프로그램 스크린샷

screenshot

Envato Credits 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Elevate your Envato Elements experience with our user-friendly Chrome extension. Effortlessly download items in a single click, streamlining your workflow and saving you valuable time. Enhance your creative projects with a vast library of assets at your fingertips. 
Install our Chrome extension today and enjoy a seamless, hassle-free download experience from Envato Elements with our exclusive credit deals.                    

확장 프로그램 기본 정보

이름 Envato Credits Envato Credits
ID mnapbngbogckdfcikhgbcpnphmhfmoma
공식 URL https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma
설명 Get Exclusive Envato Elements Item Deals
파일 크기 108 KB
설치 횟수 251
현재 버전 1.1
최근 업데이트 2024-02-21
출시 날짜 2023-07-08
평점 5.00/5 총 1 개의 평점
개발자 https://envatocredits.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://envatocredits.com
개인정보 보호 정책 페이지 URL https://envatocredits.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Envato Credits",
    "name": "Envato Credits",
    "short_name": "envato-credits",
    "version": "1.1",
    "description": "Get Exclusive Envato Elements Item Deals",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "download.js"
            ],
            "css": [
                "download.css"
            ],
            "matches": [
                "https:\/\/elements.envato.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "freepik.js"
            ],
            "css": [
                "download.css"
            ],
            "matches": [
                "https:\/\/freepik.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "freepik.js"
            ],
            "css": [
                "download.css"
            ],
            "matches": [
                "https:\/\/www.freepik.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "auth.js"
            ],
            "matches": [
                "https:\/\/envatocredits.com\/extension-auth"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "500": "500.png"
    },
    "homepage_url": "https:\/\/envatocredits.com",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3
}