TeraBox Download Assistant

TeraBox Download Assistant

Support for TeraBox screenshot, upload, and other capabilities

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.0",
  "author": "terabox-fe",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "background": {
    "service_worker": "background.d0591844.js",
    "type": "module"
  },
  "permissions": [
    "background",
    "downloads",
    "cookies",
    "activeTab",
    "<all_urls>",
    "tabs",
    "contextMenus",
    "storage",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.4683de87.js"
      ],
      "css": [
        "contents.f0bd5d74.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contents.c10c11b1.js"
      ],
      "css": [
        "contents.f0bd5d74.css"
      ]
    }
  ],
  "commands": {
    "reload_extension": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Reload extension"
    },
    "open_home": {
      "suggested_key": {
        "default": "Ctrl+Shift+8",
        "mac": "Command+Shift+8"
      },
      "description": "Open home page"
    },
    "screenshot": {
      "suggested_key": {
        "default": "Ctrl+Shift+9",
        "mac": "Command+Shift+9"
      },
      "description": "Free form screenshot"
    },
    "upload_screenshot": {
      "suggested_key": {
        "default": "Ctrl+Shift+0",
        "mac": "Command+Shift+0"
      },
      "description": "Screenshot & upload"
    }
  },
  "default_locale": "en",
  "host_permissions": [
    "https://*/*",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "logo.4abccce0.png",
        "close.bb3e0e9d.png",
        "detect.c0809788.png",
        "file_download.789eec0e.png",
        "contents.7578acc3.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "logo.4abccce0.png",
        "close.bb3e0e9d.png",
        "detect.c0809788.png",
        "file_download.789eec0e.png",
        "contents.7578acc3.css"
      ]
    }
  ]
}