Envato Credits
Get Exclusive Envato Elements Item Deals
Vad är Envato Credits?
Envato Credits är en Chrome-tillägg utvecklad av https://envatocredits.com, och dess huvudfunktion är "Get Exclusive Envato Elements Item Deals".
Tilläggsskärmbilder
Ladda ner Envato Credits-förlängningens CRX-fil
Ladda ner Envato Credits-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mnapbngbogckdfcikhgbcpnphmhfmoma |
| Officiell webbadress | https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma |
| Beskrivning | Get Exclusive Envato Elements Item Deals |
| Filstorlek | 108 KB |
| Antal Installationer | 251 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2024-02-21 |
| Publiceringsdatum | 2023-07-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://envatocredits.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://envatocredits.com |
| URL till Sekretesspolicy Sidan | https://envatocredits.com/privacy-policy |
| Stödda Språk | 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
} | |