Envato Credits
Get Exclusive Envato Elements Item Deals
Envato Credits là gì?
Envato Credits là một tiện ích mở rộng Chrome được phát triển bởi https://envatocredits.com, và tính năng chính của nó là "Get Exclusive Envato Elements Item Deals".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Envato Credits
Tải xuống các tệp mở rộng Envato Credits dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Envato Credits |
ID | mnapbngbogckdfcikhgbcpnphmhfmoma |
URL Chính Thức | https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma |
Mô tả | Get Exclusive Envato Elements Item Deals |
Kích Thước Tệp | 108 KB |
Số Lần Cài Đặt | 251 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2024-02-21 |
Ngày Phát Hành | 2023-07-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://envatocredits.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://envatocredits.com |
URL Trang Chính Sách Bảo Mật | https://envatocredits.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |