Watch Later Button Firefox

Examine source code of Watch Later Button

Por: AlxPle
Inspect and view changes in Watch Later Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "pletnov.alex@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "author": "Alex Pletnov",
  "version": "1.5.4",
  "icons": {
    "16": "assets/app-icons/red/iconmonstr-text-plus-lined-16.png",
    "32": "assets/app-icons/red/iconmonstr-text-plus-lined-32.png",
    "48": "assets/app-icons/red/iconmonstr-text-plus-lined-48.png",
    "128": "assets/app-icons/red/iconmonstr-text-plus-lined-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "assets/styles/style.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "js/saveto.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Mejores alternativas Watch Later Button

Aquí hay algunas Firefox add-ons que son similares a Watch Later Button: