SvcHost.id Downloader

SvcHost.id Downloader

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

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SvcHost.id Downloader",
  "version": "1.1.0",
  "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"
    },
    {
      "css": [
        "assets/slidesdocs/styles.css"
      ],
      "js": [
        "assets/slidesdocs/content.js"
      ],
      "matches": [
        "https://slidesdocs.com/*/*-*"
      ],
      "run_at": "document_idle"
    },
    {
      "css": [
        "assets/creativefabrica/styles.css"
      ],
      "js": [
        "assets/creativefabrica/content.js"
      ],
      "matches": [
        "https://www.creativefabrica.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/*",
        "https://slidesdocs.com/*",
        "https://www.creativefabrica.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}