戒撸侠

戒撸侠

戒撸侠,你的戒撸好伙伴!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "戒撸侠",
  "manifest_version": 2,
  "version": "0.1.0",
  "description": "戒撸侠,你的戒撸好伙伴!",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "Icon-16.png",
    "48": "Icon-48.png",
    "128": "Icon-128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "Icon-16.png",
      "48": "Icon-48.png",
      "128": "Icon-128.png"
    }
  },
  "permissions": [
    "https://loserman-server.herokuapp.com/"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://www.bilibili.com/*",
        "https://www.pornhub.com/*",
        "https://www.iqiyi.com/*",
        "http://www.bilibili.com/*",
        "http://www.pornhub.com/*",
        "http://www.iqiyi.com/*"
      ],
      "js": [
        "jquery.min.js",
        "jquery.danmu.min.js",
        "myscript.js"
      ]
    }
  ]
}