Envato Credits
Get Exclusive Envato Elements Item Deals
What is Envato Credits?
Envato Credits is a Chrome extension developed by https://envatocredits.com, and its main feature is "Get Exclusive Envato Elements Item Deals".
Extension Screenshots
Download Envato Credits Extension CRX File
Download Envato Credits extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Envato Credits |
ID | mnapbngbogckdfcikhgbcpnphmhfmoma |
Official URL | https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma |
Description | Get Exclusive Envato Elements Item Deals |
File Size | 108 KB |
Installation Count | 251 |
Current Version | 1.1 |
Last Updated | 2024-02-21 |
Publish Date | 2023-07-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://envatocredits.com |
[email protected] | |
Payment Type | free |
Extension Website | https://envatocredits.com |
Privacy Policy Page URL | https://envatocredits.com/privacy-policy |
Supported Languages | 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 } |