PeerTubeify-Upload Firefox

Examine source code of PeerTubeify-Upload

Inspect and view changes in PeerTubeify-Upload source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PeerTubeify-Upload",
  "version": "0.6.2",
  "description": "On YouTube display videos are also available on PeerTube and import Youtube videos to PeerTube",
  "homepage_url": "https://github.com/pzhabin/peertubeify-upload",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "dist/background.js",
      "dist/vendors.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.invidio.us/*"
      ],
      "js": [
        "dist/youtube.js",
        "dist/vendors.js"
      ]
    },
    {
      "matches": [
        "https://*/videos/watch/*"
      ],
      "js": [
        "dist/peertube.js",
        "dist/vendors.js"
      ]
    }
  ],
  "options_ui": {
    "page": "dist/options.html"
  }
}

Best PeerTubeify-Upload Alternatives

Here are some Firefox add-ons that are similar to PeerTubeify-Upload: