Envato Credits

Get Exclusive Envato Elements Item Deals

Qu'est-ce que Envato Credits ?

Envato Credits est une extension Chrome développée par https://envatocredits.com, et sa fonction principale est "Get Exclusive Envato Elements Item Deals".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Envato Credits

Téléchargez les fichiers d'extension Envato Credits au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Envato Credits Envato Credits
ID mnapbngbogckdfcikhgbcpnphmhfmoma
URL Officiel https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma
Description Get Exclusive Envato Elements Item Deals
Taille du Fichier 108 KB
Nombre d'Installations 251
Version Actuelle 1.1
Dernière Mise à Jour 2024-02-21
Date de Publication 2023-07-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://envatocredits.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://envatocredits.com
URL de la Page de Politique de Confidentialité https://envatocredits.com/privacy-policy
Langues Prises en Charge 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
}