Envato Credits
Get Exclusive Envato Elements Item Deals
ما هو Envato Credits؟
Envato Credits هو إضافة Chrome تم تطويرها بواسطة https://envatocredits.com، والميزة الرئيسية لها هي "Get Exclusive Envato Elements Item Deals".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Envato Credits
قم بتنزيل ملفات الامتداد Envato Credits بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        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.                     معلومات أساسية عن التمديد
| الاسم |   |  
| 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 | 
| عنوان صفحة سياسة الخصوصية | 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
}  |  |