弹幕列表

这是一个用来查看弹幕的工具 目前仅支持在爱奇艺上使用
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "弹幕列表",
  "version": "2.1resigned1",
  "description": "一个查看弹幕的工具",
  "homepage_url": "https://github.com/packenx/anmuLIST",
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_title": "弹幕列表",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*.iqiyi.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "root.barragelist@firefox.addon"
    }
  }
}