StreamChat Firefox

Examine source code of StreamChat

Inspect and view changes in StreamChat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Online chat room for YouTube streaming videos",
  "manifest_version": 2,
  "name": "StreamChat",
  "version": "1.4resigned1",
  "icons": {
    "48": "icons/chat.png"
  },
  "applications": {
    "gecko": {
      "id": "streamchat@mozilla.org",
      "strict_min_version": "43.0"
    }
  },
  "background": {
    "scripts": [
      "global.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "jquery-2.2.3.min.js",
        "chat.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "StreamChat",
    "default_popup": "options.html",
    "default_icon": {
      "48": "icons/chat.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}

Meilleures alternatives StreamChat

Voici quelques Firefox add-ons qui sont similaires à StreamChat :