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文件

下載Envato Credits擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}