Envato Credits

Get Exclusive Envato Elements Item Deals

Что такое Envato Credits?

Envato Credits - это расширение Chrome, разработанное https://envatocredits.com, и его основная функция - "Get Exclusive Envato Elements Item Deals".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Envato Credits

Скачайте файлы расширений Envato Credits в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Envato Credits Envato Credits
ID mnapbngbogckdfcikhgbcpnphmhfmoma
Официальный URL https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma
Описание Get Exclusive Envato Elements Item Deals
Размер файла 108 KB
Количество установок 251
Текущая Версия 1.1
Последнее Обновление 2024-02-21
Дата публикации 2023-07-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://envatocredits.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://envatocredits.com
URL страницы политики конфиденциальности https://envatocredits.com/privacy-policy
Поддерживаемые языки 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
}