HihiBox

HihiBox

Let's go 369. 本插件功能包括表情符號顯示, 頻道書籤及開台提示(支援平台:hitbox.tv, twitch.tv, ustream.tv, streamup.com, livehouse.in)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HihiBox",
  "short_name": "H.Box",
  "description": "Let's go 369. 本插件功能包括表情符號顯示, 頻道書籤及開台提示(支援平台:hitbox.tv, twitch.tv, ustream.tv, streamup.com, livehouse.in)",
  "icons": {
    "16": "/icon/16x16.png",
    "48": "/icon/48x48.png",
    "128": "/icon/128x128.png"
  },
  "version": "5.1.2",
  "browser_action": {
    "default_title": "HihiBox",
    "default_icon": "/icon/19x19.png",
    "default_popup": "/popup.html"
  },
  "background": {
    "scripts": [
      "/js/jquery.min.js",
      "/js/analytics.js",
      "/js/locale.js",
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "/css/hihibox.css"
      ],
      "js": [
        "/js/jquery.min.js",
        "/js/contentScript.js"
      ],
      "matches": [
        "*://*.hitbox.tv/*",
        "*://*.twitch.tv/*",
        "*://*.ustream.tv/*",
        "*://*.hkgolden.com/*",
        "*://streamup.com/*",
        "*://livehouse.in/*"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.hitbox.tv/*",
      "*://*.twitch.tv/*",
      "*://*.ustream.tv/*",
      "*://streamup.com/*",
      "*://livehouse.in/*",
      "*://*.hkgolden.com/*",
      "*://hihiboxhbtv.github.io/*"
    ]
  },
  "permissions": [
    "background",
    "storage",
    "notifications",
    "tabs",
    "*://*.hitbox.tv/*/",
    "*://*.twitch.tv/*/",
    "*://*.ustream.tv/*/",
    "*://streamup.com/*",
    "*://*.streamup.com/*",
    "*://livehouse.in/*"
  ],
  "manifest_version": 2,
  "web_accessible_resources": [
    "/js/*",
    "/css/*"
  ]
}