Envato Credits

Get Exclusive Envato Elements Item Deals

Apa itu Envato Credits?

Envato Credits adalah ekstensi Chrome yang dikembangkan oleh https://envatocredits.com, dan fitur utamanya adalah "Get Exclusive Envato Elements Item Deals".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Envato Credits

Unduh file ekstensi Envato Credits 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

                        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.                    

Informasi Dasar Ekstensi

Nama Envato Credits Envato Credits
ID mnapbngbogckdfcikhgbcpnphmhfmoma
URL Resmi https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma
Deskripsi Get Exclusive Envato Elements Item Deals
Ukuran File 108 KB
Jumlah Instalasi 251
Versi Saat Ini 1.1
Terakhir Diperbarui 2024-02-21
Tanggal Publikasi 2023-07-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://envatocredits.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://envatocredits.com
URL Halaman Kebijakan Privasi https://envatocredits.com/privacy-policy
Bahasa yang Didukung 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
}