Envato Credits

Get Exclusive Envato Elements Item Deals

Was ist Envato Credits?

Envato Credits ist eine Chrome-Erweiterung, die von https://envatocredits.com entwickelt wurde, und ihr Hauptmerkmal ist "Get Exclusive Envato Elements Item Deals".

Erweiterungsscreenshots

screenshot

Envato Credits-Erweiterungs-CRX-Datei herunterladen

Laden Sie Envato Credits-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Envato Credits Envato Credits
ID mnapbngbogckdfcikhgbcpnphmhfmoma
Offizielle URL https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma
Beschreibung Get Exclusive Envato Elements Item Deals
Dateigröße 108 KB
Installationsanzahl 251
Aktuelle Version 1.1
Letztes Update 2024-02-21
Veröffentlichungsdatum 2023-07-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://envatocredits.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://envatocredits.com
URL der Datenschutzrichtlinien-Seite https://envatocredits.com/privacy-policy
Unterstützte Sprachen 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
}