Metastream Firefox

Examine source code of Metastream

제작자: Metastream
Inspect and view changes in Metastream source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Metastream",
  "version": "1.0",
  "description": "Watch videos together with friends from various platforms.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://vimeo.com/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{14221bd0-8a0e-4c9c-83f7-cc78bf819251}"
    }
  }
}

최고의 Metastream 대안

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