Envato Credits
Get Exclusive Envato Elements Item Deals
Co to jest Envato Credits?
Envato Credits to rozszerzenie Chrome opracowane przez https://envatocredits.com, a jego główną funkcją jest „Get Exclusive Envato Elements Item Deals”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Envato Credits
Pobierz pliki rozszerzeń Envato Credits w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mnapbngbogckdfcikhgbcpnphmhfmoma | 
| Oficjalny URL | https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma | 
| Opis | Get Exclusive Envato Elements Item Deals | 
| Rozmiar pliku | 108 KB | 
| Liczba instalacji | 251 | 
| Aktualna Wersja | 1.1 | 
| Ostatnia Aktualizacja | 2024-02-21 | 
| Data Publikacji | 2023-07-08 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | https://envatocredits.com | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://envatocredits.com | 
| Adres URL Strony Polityki Prywatności | https://envatocredits.com/privacy-policy | 
| Obsługiwane Języki | 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
}  |  |