Envato Credits
Get Exclusive Envato Elements Item Deals
Envato Creditsとは何ですか?
Envato Creditsはhttps://envatocredits.comによって開発されたChromeの拡張機能で、その主な機能は「Get Exclusive Envato Elements Item Deals」です。
拡張機能のスクリーンショット
Envato Credits拡張機能のCRXファイルをダウンロード
Envato Credits拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://envatocredits.com |
| プライバシーポリシーページのURL | 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
} | |