SvcHost.id Downloader
This extension is integrated with the website downloader.svchost.id
SvcHost.id Downloaderとは何ですか?
SvcHost.id DownloaderはSvcHost.idによって開発されたChromeの拡張機能で、その主な機能は「This extension is integrated with the website downloader.svchost.id」です。
拡張機能のスクリーンショット
SvcHost.id Downloader拡張機能のCRXファイルをダウンロード
SvcHost.id Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download premium aset This extension is integrated with the website downloader.svchost.id
拡張機能の基本情報
名前 | SvcHost.id Downloader |
ID | edkddfpakohfnhbgebcdgdfcaeiokamb |
公式URL | https://chromewebstore.google.com/detail/svchostid-downloader/edkddfpakohfnhbgebcdgdfcaeiokamb |
説明 | This extension is integrated with the website downloader.svchost.id |
ファイルサイズ | 106 KB |
インストール数 | 119 |
現在のバージョン | 1.0.9 |
最終更新日 | 2024-01-08 |
公開日 | 2023-04-28 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | SvcHost.id |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://downloader.svchost.id |
プライバシーポリシーページのURL | https://downloader.svchost.id/privacy_policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SvcHost.id Downloader", "version": "1.0.9", "description": "This extension is integrated with the website downloader.svchost.id", "manifest_version": 3, "author": "SvcHost.id", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "index.html", "default_title": "SvcHost.id Downloader" }, "content_scripts": [ { "css": [ "assets\/slideshare\/styles.css" ], "js": [ "assets\/slideshare\/content.js" ], "matches": [ "https:\/\/www.slideshare.net\/*\/*" ], "run_at": "document_idle" }, { "css": [ "assets\/envato\/styles.css" ], "js": [ "assets\/envato\/content.js" ], "matches": [ "https:\/\/elements.envato.com\/*-*" ], "run_at": "document_idle" }, { "css": [ "assets\/freepik\/styles.css" ], "js": [ "assets\/freepik\/content.js" ], "matches": [ "https:\/\/www.freepik.com\/*\/*_*.htm*" ], "run_at": "document_idle" }, { "css": [ "assets\/pngtree\/styles.css" ], "js": [ "assets\/pngtree\/content.js" ], "matches": [ "https:\/\/pngtree.com\/*\/*_*.html*" ], "run_at": "document_idle" }, { "css": [ "assets\/pikbest\/styles.css" ], "js": [ "assets\/pikbest\/content.js" ], "matches": [ "https:\/\/pikbest.com\/*\/*_*.html*" ], "run_at": "document_idle" }, { "css": [ "assets\/vecteezy\/styles.css" ], "js": [ "assets\/vecteezy\/content.js" ], "matches": [ "https:\/\/www.vecteezy.com\/*\/*-*" ], "run_at": "document_idle" }, { "css": [ "assets\/lovepik\/styles.css" ], "js": [ "assets\/lovepik\/content.js" ], "matches": [ "https:\/\/lovepik.com\/*\/*-*.html*" ], "run_at": "document_idle" }, { "css": [ "assets\/motionarray\/styles.css" ], "js": [ "assets\/motionarray\/content.js" ], "matches": [ "https:\/\/motionarray.com\/*\/*-*" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "assets\/loading-gif.gif" ], "matches": [ "https:\/\/elements.envato.com\/*", "https:\/\/www.freepik.com\/*", "https:\/\/www.slideshare.net\/*", "https:\/\/pngtree.com\/*", "https:\/\/www.vecteezy.com\/*", "https:\/\/lovepik.com\/*", "https:\/\/motionarray.com\/*" ] } ], "permissions": [ "storage" ] } |