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 |
电子邮箱 | [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" ] } |