Envato Credits
Get Exclusive Envato Elements Item Deals
Cos'è Envato Credits?
Envato Credits è un'estensione di Chrome sviluppata da https://envatocredits.com, e la sua funzione principale è "Get Exclusive Envato Elements Item Deals".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Envato Credits
Scarica i file di estensione Envato Credits in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mnapbngbogckdfcikhgbcpnphmhfmoma |
| URL Ufficiale | https://chromewebstore.google.com/detail/envato-credits/mnapbngbogckdfcikhgbcpnphmhfmoma |
| Descrizione | Get Exclusive Envato Elements Item Deals |
| Dimensione del File | 108 KB |
| Conteggio Installazioni | 251 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2024-02-21 |
| Data di Pubblicazione | 2023-07-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://envatocredits.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://envatocredits.com |
| URL della Pagina della Politica sulla Privacy | https://envatocredits.com/privacy-policy |
| Lingue Supportate | 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
} | |