Streaming Video Party Tool Firefox

Examine source code of Streaming Video Party Tool

Inspect and view changes in Streaming Video Party Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "0.0.9",
  "short_name": "__MSG_appShortName__",
  "version_name": "0.0.9 (beta)",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "pages/options.html",
    "browser_style": true
  },
  "permissions": [
    "*://video-party.saru.moe/room*",
    "*://ani.gamer.com.tw/animeVideo.php*",
    "*://www.youtube.com/watch*",
    "*://www.youtube.com/embed/*",
    "*://www.youtube.com/clip/*",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "pages/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://video-party.saru.moe/room*"
      ],
      "js": [
        "scripts/platform_party_dummy.js",
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://ani.gamer.com.tw/animeVideo.php*"
      ],
      "js": [
        "scripts/platform_ani_gamer.js",
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "*://www.youtube.com/watch*",
        "*://www.youtube.com/embed/*",
        "*://www.youtube.com/clip/*"
      ],
      "js": [
        "scripts/platform_youtube.js",
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ]
}

Best Streaming Video Party Tool Alternatives

Here are some Firefox add-ons that are similar to Streaming Video Party Tool: