Bit Player

Bit Player

Tiny video player for streaming torrents, local video files with subtitles support

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.6.6",
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "app": {
    "background": {
      "persistent": false,
      "scripts": [
        "js/bg.js"
      ]
    }
  },
  "name": "Bit Player",
  "short_name": "Bit Player",
  "description": "Tiny video player for streaming torrents, local video files with subtitles support",
  "externally_connectable": {
    "ids": [
      "andfnelfgfdifognepabogfledhdijhn"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage",
    "alwaysOnTopWindows",
    "notifications",
    "system.network",
    "mdns",
    "power",
    "fullscreen",
    "<all_urls>",
    "http://*/"
  ],
  "sockets": {
    "tcp": {
      "connect": "*"
    },
    "tcpServer": {
      "listen": "*"
    },
    "udp": {
      "bind": "*",
      "multicastMembership": "",
      "send": "*"
    }
  }
}