SvcHost.id Downloader

This extension is integrated with the website downloader.svchost.id

SvcHost.id Downloader क्या है?

SvcHost.id Downloader SvcHost.id द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is integrated with the website downloader.svchost.id"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SvcHost.id Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download premium aset
This extension is integrated with the website downloader.svchost.id                    

एक्सटेंशन की मूल जानकारी

नाम SvcHost.id Downloader 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"
    ]
}