Download.cpp Firefox

Examine source code of Download.cpp

제작자: Josh Garde
Inspect and view changes in Download.cpp source codes across current and past versions
Vidego icon
영상을 다운로드하려고 하시나요? 범용 비디오 다운로더를 사용해 보세요:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Download.cpp",
  "version": "1.0.3",
  "description": "Adds a download button to CalPoly Pomona video players",
  "icons": {
    "48": "icons/icon@1x.png",
    "96": "icons/icon@2x.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.kaltura.com/browseandembed/*",
        "https://streaming.cpp.edu/media/*"
      ],
      "run_at": "document_idle",
      "js": [
        "src/inject.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "src/cpp-dl.js"
  ]
}

최고의 Download.cpp 대안

다음은 Download.cpp과(와) 유사한 Firefox add-on입니다: