ReTime Firefox

Examine source code of ReTime

제작자: Harshit
Inspect and view changes in ReTime source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ReTime",
  "version": "0.1",
  "description": "Shows adjusted youtube video duration based on playback speed.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "setting-logo-dark.svg",
        "setting-logo-light.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "retime@harshit07.com",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  }
}

최고의 ReTime 대안

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