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”。

擴展截圖

screenshot
screenshot

下載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 SvcHost.id Downloader
ID edkddfpakohfnhbgebcdgdfcaeiokamb
官方網址 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"
    ]
}