Dmooji - Live Comments & Danmu(弹幕) on YouTube

Dmooji - Live Comments & Danmu(弹幕) on YouTube

An extension for YouTube to show live comments and danmu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "1.12.0",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Dmooji",
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png",
      "256": "images/logo128.png"
    }
  },
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png",
    "256": "images/logo128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "39.0",
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com/ https://apis.google.com/ http://localhost:3000/; object-src 'self'"
}