Video Skipper Firefox

Examine source code of Video Skipper

제작자: 长江空自流
Inspect and view changes in Video Skipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Skipper",
  "version": "1.0",
  "description": "根据剧名自动跳过片头片尾",
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/play.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "unlimitedStorage",
    "scripting",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_scripts/inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a22bc53e-6849-40d7-be5a-4afaf590970f}"
    }
  }
}

최고의 Video Skipper 대안

다음은 Video Skipper과(와) 유사한 Firefox add-on입니다: