Envato Credits

Get Exclusive Envato Elements Item Deals

Wat is Envato Credits?

Envato Credits is een Chrome-extensie ontwikkeld door https://envatocredits.com, en de belangrijkste functie is "Get Exclusive Envato Elements Item Deals".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Envato Credits

Download Envato Credits-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Envato Credits Envato Credits
ID mnapbngbogckdfcikhgbcpnphmhfmoma
Officiële URL https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma
Beschrijving Get Exclusive Envato Elements Item Deals
Bestandsgrootte 108 KB
Aantal Installaties 251
Huidige Versie 1.1
Laatst Bijgewerkt 2024-02-21
Publicatiedatum 2023-07-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://envatocredits.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://envatocredits.com
URL van de Privacybeleid Pagina https://envatocredits.com/privacy-policy
Ondersteunde Talen 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
}